JSON Validate
Parse JSON and return a precise syntax error or normalized JSON.
jsonvalidationdeveloper tools
Execute
POST https://casemesh.top/api/tools/json-validate/execute
Content-Type: application/json
{"text":"{\"ok\":true}"}Definition
{
"aliases": [
"check json",
"json parser"
],
"authentication": "none",
"capabilities": [
"json",
"validation",
"developer tools"
],
"description": "Parse JSON and return a precise syntax error or normalized JSON.",
"execute_url": "https://casemesh.top/api/tools/json-validate/execute",
"executor": "casemesh",
"input_example": {
"text": "{\"ok\":true}"
},
"kind": "transform",
"name": "JSON Validate",
"tool_id": "json-validate",
"transport": "builtin"
}