JSON Template: Minimal but powerful templating language implemented in Python and 3 other languages

Andy Chu andy at chubot.org
Fri Apr 17 03:33:21 EDT 2009


I'm looking for some feedback based on real usage.  There have been a
few small features added here and there since it was made public 3
weeks ago, but more comments are appreciated.

A big selling point is that it's implemented in JavaScript too, so you
can use the same templates on the client and the server.  There's a
Java version too and a PHP version (in progress).

Right now it's just a single Python module which you can download and
try out, but I'll make an official release soon.

http://code.google.com/p/json-template/

There's a good deal of documentation on the site, but this article
explains it well:

http://json-template.googlecode.com/svn/trunk/doc/Introducing-JSON-Template.html

thanks,
Andy



More information about the Python-list mailing list