Api

POST /json/format

Request and response examples for formatting JSON with the public API.

Endpoint

POST /json/format

Formats and validates a JSON string sent in the input field.

Example request

{"input":"{"site":"SLOXLYDEV"}"}

Example response

{"success":true,"data":{"output":"{
    "site": "SLOXLYDEV"
}"}}