Sunday, October 24, 2010 at 11:00 PM.

workspace.userlandSamples.jsonTesting.scripts.saveExamples

<<Changes
	<<10/24/10; 8:23:30 PM by DW
		<<A utility script I need to save the examples to a location that json.scripting.com can get at them.
local (adrsource, path);
for adrsource in @workspace.userlandSamples.jsonTesting.source {
	path = "/static.opml.org/jsonExamples/" + nameof (adrsource^) + ".json";
	msg (path);
	s3.newobject (path, string (adrsource^))}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.