[Seaside] Standalone JSON Package

Udo Schneider udo.schneider at homeaddress.de
Mon Aug 22 10:19:31 UTC 2011


All,

what's the best option for a stand-alone JSON package w/o Seaside 
dependency.

The most stripped down way to load JSON support I found up to now is:

Gofer it
	squeaksource: 'MetacelloRepository';
	package: 'ConfigurationOfSeaside30';
	load.

ConfigurationOfSeaside30 project latestVersion load: #('Javascript-Core')

This however also loads a lot of Seaside stuff. As the JSON support is 
for a (non-web) server app only all the Seaside stuff is not really needed.

Thanks,

Udo



More information about the seaside mailing list