Conceptual

JSON

A text serialization format of objects (key-value maps), arrays, strings, numbers, booleans, and null. Schema-less by default, which makes it easy to produce and consume but pushes structural validation into schemas layered on top, like JSON Schema.