Add json2.js to repository under json folder, update build script and app.yaml.templa...
commit40977a245636209eacfd6bc0c77850b023c6f4a8
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 8 Mar 2009 00:00:13 +0000 (8 00:00 +0000)
committerPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 8 Mar 2009 00:00:13 +0000 (8 00:00 +0000)
tree07fcc5bc9f79630f6f327df83c19a378bce4e10e
parent85823f534fca1cdc090ccc4fc4dd3fdd592e25f1
Add json2.js to repository under json folder, update build script and app.yaml.template files.

This is pretty useful set of functions for JSON manipulation in Javascript, we will mostly use stringify function. This code is on Public Domain license and comes from http://www.json.org/js.html.

Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
app/app.yaml.template
app/json/LICENSE [new file with mode: 0644]
app/json/json2.js [new file with mode: 0644]
scripts/build.sh