-
Notifications
You must be signed in to change notification settings - Fork 0
JSON
Thaina Yu edited this page Feb 28, 2020
·
2 revisions
JSONTex is base on JSON. This wiki might refer to definition defined below
- primitive
null
- boolean
false
true
number
string
- collection
array
object
Primitive refer to any type that was a primitive JSON type. Which include null
,true
,false
,number
and string
Boolean type are specific primitive true
and false
JSONTex view both array
and object
as collection that could be equally iterate and operate in the same way. Object will be ordered by its original order. Only when doing comparison that each object will compare with each other in unordered manner
Almost all invalid operation in jsontex will return null