Lines Matching full:json
372 Bug 26249: Support JSON.stringify
375 Implement JSON.stringify. This patch handles all the semantics of the ES5
376 JSON.stringify function, including replacer functions and arrays and both
399 Add support for the JSON object lookup table
1255 Make the number lexing in the LiteralParser exactly match the JSON spec, which
3960 in case a site is using eval to parse JSON (eg. json2.js). The lexer is intentionally
3961 limited (in effect it's whitelisting a limited "common" subset of the JSON grammar)
3963 amount of non-JSON content.