{"openapi":"3.1.0","info":{"title":"JSON Formatter & Validator","description":"This tool lets you clean up, compress, check for errors, and copy JSON code directly in your browser without sending your data anywhere.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/json-formatter-validator":{"get":{"operationId":"jsonFormatterValidator","summary":"This tool lets you clean up, compress, check for errors, and copy JSON code directly in your browser without sending your data anywhere.","parameters":[{"name":"json_input","in":"query","required":true,"description":"JSON input","schema":{"type":"string"}},{"name":"indent_size","in":"query","required":false,"description":"Indent size","schema":{"type":"string","enum":["2","4","tab"]}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}