JSON Tools
JSON formatting, validation, and conversion tools.
JSON Patch Applier
Apply RFC 6902 JSON Patch operations (add, remove, replace, test) to a...
JSON Merge Patch Tool
Apply RFC 7396 JSON Merge Patch updates to a JSON document. Recursivel...
JSON Schema Validator
Validate a JSON document against a provided JSON Schema and report all...
JSON to YAML Converter
Transform JSON data into YAML format, preserving all data types....
JSON to TOML Converter
Transform JSON data into TOML (Tom's Obvious Minimal Language) format....
JSON to Markdown Table
Transform a JSON array of objects into a Markdown-formatted table with...
JSON Array Sorter
Sort the items in a JSON array by a specified field (for arrays of obj...
JSON Key Sorter
Sort all keys in a JSON object alphabetically, including keys in neste...
JSON Comment Stripper
Remove JavaScript-style comments (line and block comments) from JSON-w...
JSON Array Deduplicator
Remove duplicate entries from a JSON array, optionally matching by a s...
JSON Minifier
Remove all unnecessary whitespace, newlines, and indentation from a JS...
JSON Unflattener
Reconstructs a deeply nested JSON object from a flat key-value object ...
JSON to TypeScript Interface
Converts JSON payloads into TypeScript interface definitions....
JSON to Java Class
Converts JSON payloads into Java POJO classes with Jackson annotations...
JSON to Go Struct
Converts JSON object payloads into Go language struct type definitions...
JSON Formatter / Beautifier
Format and beautify raw compact JSON into a clean readable structure w...
JSON to CSV Converter
Flatten a JSON array of objects and convert it into CSV format....
JSON Key Extractor
Extract and list all unique keys found at the top level or at all leve...
JSON Value Extractor
Extract all values from a JSON document for a specified key name at an...
JSON Path Query Tool
Execute JSONPath expressions against a JSON document and return the ma...
JSON Merger
Deep-merge two or more JSON objects into a single result object....
JSON to XML Converter
Convert JSON objects or arrays into standard XML documents. Configurab...
JSON to Python Dict Formatter
Convert JSON strings into formatted Python dictionary literals. Transl...
JSON to HTML Table
Convert a JSON array of objects into a clean, semantically correct HTM...
JSON to INI Converter
Convert a flat or shallow JSON object into INI (initialization) file f...
JSON to Environment Variables
Convert a flat JSON object into a set of environment variable declarat...
JSON Flattener
Convert a deeply nested JSON object into a flat single-level object wi...
JSON Diff Tool
Perform a deep recursive comparison of two JSON objects. Highlights ad...
JSON Validator
Validate JSON strings for structural and syntax correctness. Highlight...
JSON Size Calculator
Analyze JSON document size (original/minified/pretty), nesting depth, ...
JSON Schema Generator
Automatically infer and generate a JSON Schema (draft-07) from a sampl...