A response body formatted in JavaScript Object Notation, the standard data interchange format for modern APIs. JSON is lightweight, human-readable, and universally supported.
Every PRISM API endpoint returns a structured JSON response with a consistent envelope: { data, meta, errors } for predictable client-side parsing.