POST /json/format
Request and response examples for formatting JSON with the public API.
Endpoint
POST /json/formatFormats and validates a JSON string sent in the input field.
Example request
{"input":"{"site":"SLOXLYDEV"}"}Example response
{"success":true,"data":{"output":"{
"site": "SLOXLYDEV"
}"}}