UNPKG

jsonbinpack

Version:

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

24 lines (23 loc) 322 B
{ "type": "object", "additionalProperties": false, "required": [ "foo" ], "properties": { "foo": { "type": "string" }, "baz": { "type": "object", "required": [ "qux" ], "properties": { "qux": { "type": "array" } } } } }