A shared frozen empty JSONArray
A shared frozen empty JSONObject
Create a deep copy of a JSON value.
The JSON value to copy.
A deep copy of the given JSON value.
Compare two JSON values for deep equality.
The first JSON value of interest.
The second JSON value of interest.
true
if the values are equivalent, false
otherwise.
Test whether a JSON value is an array.
The JSON value of interest.
true
if the value is a an array, false
otherwise.
Test whether a JSON value is an object.
The JSON value of interest.
true
if the value is a an object, false
otherwise.
Test whether a JSON value is a primitive.
The JSON value of interest.
true
if the value is a primitive,false
otherwise.
Generated using TypeDoc
The namespace for JSON-specific functions.