UNPKG

jsonbinpack

Version:

A space-efficient schema-driven binary JSON serialization format based on JSON Schema

20 lines (19 loc) 302 B
{ "type": "object", "required": [ "foo" ], "additionalProperties": false, "properties": { "foo": { "type": "string" }, "baz": { "type": "object", "required": [ "qux" ], "properties": { "qux": { "type": "array" } } } } }