Lines Matching full:json
2502 JSON.stringify and JSON.parse needlessly process properties in the prototype chain
5886 JSON.stringify performance on undefined is very poor
5890 the JSON string, allowing us to safely remove the substr-copy
10806 JSON.stringify(Date) loses the milliseconds information
11158 JSON Stringifier does not follow ES5 spec for handling of Number, String and Boolean objects
11174 JSON.stringify replacer array does not accept values that are not string primitives.
11177 JSON stringifier to initialise its replacer array according to the most
11244 JSON.stringify replacer array does not accept values that are not string primitives.
11247 Update the JSON stringifier to initialise its replacer array according to the most
11259 JSON parser accepts trailing comma in array literals
11271 'this' in JSON.parse reviver is the global object
11281 JSON needs to delete a property from the array, so we friend its
13660 Native JSON.stringify does not omit functions
13664 serialising to JSON.
13989 JSON.stringify replacer returning undefined does not omit object properties
18918 <rdar://problem/7016214> JSON.parse fails to parse valid JSON with most Unicode characters
18921 In the original JSON.parse patch unicode was handled correctly, however in some last
19221 Bug 26640: JSON.stringify needs to special case Boolean objects
19236 Bug 26591: Support revivers in JSON.parse
19239 Add reviver support to JSON.parse. This completes the JSON object.
19282 Bug 26587: Support JSON.parse
19285 Extend the LiteralParser to support the full strict JSON
19287 lenient. Doesn't yet support the JSON.parse reviver function
19288 but that does not block the JSON.parse functionality itself.
19710 Bug 26429: Make JSON.stringify non-recursive so it can handle objects