0.84/Notes: Difference between revisions
| Line 30: | Line 30: | ||
=== Dependencies === | === Dependencies === | ||
For performance reasons Sugar is using exclusively ''cjson'', a [http://www.json.org/ JSON (JavaScript Object Notation)] processing module written in ''C''. pyjson and simplejson have been dropped. All the Fructose activities that use JSON to serialize data have been changed to use ''cjson'' as well. | For performance reasons Sugar is using exclusively ''cjson'', a [http://www.json.org/ JSON (JavaScript Object Notation)] processing module written in ''C''. ''pyjson'' and ''simplejson'' have been dropped. All the Fructose activities that use JSON to serialize data have been changed to use ''cjson'' as well. | ||
=== Bundlebuilder=== | === Bundlebuilder=== | ||