json.js

Summary
json.js
bbop.jsonJSON stringifying and parsing capabilities.

bbop.json

JSON stringifying and parsing capabilities.  This package is a small modification of json2.js (in the Public Domain from https://raw.github.com/douglascrockford/JSON-js/master/json2.js and http://json.org) to fit in a little more with the style of BBOP JS.  As well, the Date prototypes were removed.  See json2.js in the source directory for this package for the original.

As much of the original documentation and structure was kept as possible while converting to Naturaldocs and the bbop namespace.

Purpose: Ensure that JSON parsing capabilites exist on all platforms that BBOP JS runs on.

Close