babajs icon indicating copy to clipboard operation
babajs copied to clipboard

Remove the JSON.stringify dependency

Open mrharel opened this issue 13 years ago • 1 comments

whenever a template code declares a variable which is an object or an array the BabaJS requires window.JSON.stringify to pass it to other code segments in the templates or sub templates.

This is a dependency that need to be resolved.

mrharel avatar Apr 29 '11 12:04 mrharel

https://github.com/douglascrockford/JSON-js this could help you out.

vincentmrose avatar Sep 01 '12 11:09 vincentmrose