Articles tagged "JSON"
Posts on Orankit tagged "JSON". 2 articles.
JSON key ordering and where deterministic serialization matters
Why JSON object keys are spec-unordered, what real-world implementations actually do, and the cases (signing, caching, diffs) where you need a stable order.
4 min read
JSON Schema basics: a standard for validating data shape
Core JSON Schema keywords, type / properties / required / pattern, $ref reuse, and where it fits in API design and config files.
3 min read