JSONformaadis
JSONformaadis is a hypothetical data serialization format that extends JSON with optional typing, embedded metadata, and lightweight schemas. It is designed to improve data validation and self-descriptive interoperability while preserving the familiar, text-based nature of JSON.
The design keeps the core JSON grammar and presents additional features as opt-in constructs. Implementations typically
Key features include optional primitive and compound type annotations, inline schemas to describe object shapes, and
A minimal JSONformaadis document might resemble JSON with extra metadata, for example: {"name": "Alice", "_type": "Person",
As of its current status, JSONformaadis remains a speculative format discussed in academic and industry prototypes.
See also: JSON, JSON Schema, YAML, data-interchange formats.