babajs
babajs copied to clipboard
Remove the JSON.stringify dependency
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.
https://github.com/douglascrockford/JSON-js this could help you out.