JSON Array Literal
JSON Array Literal. Topics on: Each Array element rep JSON values, No holes in array allowed, No trailing comma allowed. Read more: JS, JS Language, Object, JSO
JSON Array Literal. Topics on: Each Array element rep JSON values, No holes in array allowed, No trailing comma allowed. Read more: JS, JS Language, Object, JSO
JSON Atomic Data types. Topics on: string (must be double-quoted), number (excluding NaN, +Infinity & -Infinity ), null (excluding undefined), boolean. Read mo
JSON Compound Data Type. Topics on: JSON Object Literal, JSON Array Literal. Read more: JS, JS Language, Object, JSON, JSON Syntax, JSON Compound Data Type|Wiki
JSON Object Literal. Topics on: Property Key must be '' double quoted string, Data Property must be a compatible JSON Compound or Atomic value, No trailing comm
JSON Syntax. Topics on: JSON Syntax frozen since ECMA-404, however, JSON Superset exist, JSON Compound Data Type, JSON Atomic Data types. Read more: JS, JS Lang