UNPKG

jsonbinpack

Version:

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

18 lines (17 loc) 334 B
{ "type": "object", "encoding": "REQUIRED_ONLY_BOUNDED_TYPED_OBJECT", "options": { "propertyEncodings": { "version": { "type": "number", "encoding": "DOUBLE_VARINT_TUPLE", "options": {} } }, "requiredProperties": [ "version" ], "booleanRequiredProperties": [] } }