JSON
No Change
adopt
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.