TurboJson
| Status: | Official |
|---|
- Author:
- Elvelind Grandin
- Maintainer:
- TurboGears project
- Release information and download URL:
- http://pypi.python.org/pypi/TurboJson
- SVN repository:
- http://svn.turbogears.org/projects/TurboJson
Overview
TurboJson is a TurboGears support package which provides a template engine plugin, allowing you to easily use JSON via the simplejson module with TurboGears, Buffet or other systems that support the python.templating.engines entry point.
Usage
For information on using TurboJson with TurboGears see the JSON page and Using Alternate Templating Engines. TurboJson also provides the jsonify decorator.
Installation
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
Compatibility
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.
References
For information on simplejson, go here:
http://undefined.org/python/#simplejson
For information on writing a template engine plugin, see:
Writing a Template Engine
| [1] | Discontinued project. No homepage known. |