UNPKG

jsonbinpack

Version:

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

13 lines (12 loc) 160 B
{ "type": "object", "additionalProperties": false, "required": [ "version" ], "properties": { "version": { "type": "number" } } }