UNPKG

jsonbinpack

Version:

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

12 lines (11 loc) 230 B
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "required": [ "defaultIgnores" ], "additionalProperties": false, "properties": { "defaultIgnores": { "type": "boolean" } } }