Values Representations
Last updated
Last updated
Internet Object values must adhere to a specific set of data types, including Objects, Arrays, Strings, Numbers, Boolean values, and Null. The values can also be represented using specific literals such as T
, true
, F
, false
, Inf
, -Inf
, NaN
, N
, and null
. By adhering to this set of data types, Internet Object promotes consistency and interoperability across different implementations and use cases.