JSON
JSON, or JavaScript Object Notation, is a subset of JavaScript that only includes: Boolean
, Number
, String
, Array
, Object
, null
There are standard library methods for serializing from and to strings: JSON.parse
and JSON.stringify
JSON, or JavaScript Object Notation, is a subset of JavaScript that only includes: Boolean
, Number
, String
, Array
, Object
, null
There are standard library methods for serializing from and to strings: JSON.parse
and JSON.stringify