JSON

No Change
adopt
First Added:April 24, 2025 Updated: July 2, 2026

JSON is the de facto standard for data interchange on the web and in configuration files. We adopt it under Code in the garden.

Summary

JSON is universally supported , every language has a parser, every HTTP client speaks it, and every developer knows it. The only reasons to consider alternatives are size/performance (Protobuf, MessagePack) or richer type systems (JSON Schema for validation). Adopt without hesitation for any API or config surface.