Contents
TurboJson is a TurboGears support package which provides a :doc_`template engine plugin <TemplatePlugins>`, allowing you to easily use JSON via the simplejson module with TurboGears, Buffet or other systems that support the python.templating.engines entry point.
For information on using TurboJson with TurboGears see the JSON page and Using Alternate Templating Engines. TurboJson also provides the jsonify decorator.
TurboJson will be installed autmatically when you install TurboGears 1.x. If you want to install it separately, use easy_install:
[sudo] easy_install TurboJson
TurboJson 1.1.x requires the RuleDispatch [1] package and is comaptible with TurboGears 1.0.x.
Turbojson >= 1.2.x uses PEAK-Rules and is compatible with forthcoming TurboGears 1.1.x.
For information on simplejson, go here:
For information on writing a template engine plugin, see:
[1] | Discontinued project. No homepage known. |