JSON

Parser

JSON path

JSON query and field selection

JSON schema

Media type with schema application/json;schema="http://example.com/my-hyper-schema#. See JSON Schema: A Media Type for Describing JSON Documentsarrow-up-right It's possible to use Link header with rel parameter instead. See JSON Schema: A Media Type for Describing JSON Documentsarrow-up-right

There is not inherance, but a validation rulearrow-up-right (more like interfaces):

Can be used to edit (with a dedicated UI) JSON and validate again a schema it with:

JSON Schema editors and validators:

Documentation:

See also

Data generator from schema:

Binary data

Base64, Base92, etc.

Comments

Comment syntax does not exist in JSON (like /* ... */ or // ...). Use a field for that, which could start with $, @, #, //, etc.

You should not use duplicated keys. It's could be supported by parser/writer but it's not standard.

Format used by JSON Schemaarrow-up-right:

Tools

Last updated