d3p_json-formatter
Format and validate messy JSON strings. Get pretty-printed output with depth/key stats, or precise error location and fix suggestions.
Instructions
Pretty-print messy or minified JSON with syntax validation. Returns formatted output with depth/key stats, or precise error location with fix suggestions for invalid JSON. Category: code | Cost: 3 sats | Endpoint: json-formatter Parameters (pass as JSON string): json_string (string) (required): Raw JSON string to format and validate (max 50KB)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |