Format GraphQL queries, mutations, and SDL.
—
Add to favorites for quick access from the home page
Tools often used together with this one
Format and validate JSON. Paste minified JSON, get pretty-printed output.
Format messy SQL into readable format.
Convert CSV data to JSON format. Paste CSV, get structured JSON.
Compare two JSON objects and highlight differences.
Input: query{user(id:1){name email}} Output: query { user(id: 1) { name email } }