Thursday, January 18, 2018

ECMA404_Dec2017_JSON

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:

image_not_loaded

Note, Numeric values that cannot be represented as sequences of digits (such as Infinity and NaN) are not permitted.

No comments:

Post a Comment