JSON shares a small subset of ECMAScript’s syntax with all other programming languages.
A JSON value can be an object, array, number, string, true, false, or null. Note, ECMA value undefined is not a JSON value.
8 Numbers
Following is grammar for Numbers:
Note, Numeric values that cannot be represented as sequences of digits (such as Infinity and NaN) are not permitted.
No comments:
Post a Comment