[][src]Module boa::js::json

The global JSON object

Functions

_create

Create a new JSON object

init

Initialise the global object with the JSON object

parse

Parse a JSON string into a Javascript object https://tc39.github.io/ecma262/#sec-json.parse

stringify

Process a Javascript object into a JSON string