JSON AideSort, minify, prettify, convert, flatten, and browse JSON and YAML files — all from your editor. FeaturesSort KeysSort all keys in a JSON or YAML file alphabetically (or reverse). Works recursively on nested objects. Minify / PrettifyCompress JSON to a single line or format it with proper indentation. Preserves your existing indent style. JSON to YAML / YAML to JSONConvert between formats instantly. Opens the converted result in a new tab. Flatten / UnflattenFlatten nested JSON to dot-notation keys ( Escape / UnescapeSelect text and escape it as a JSON string (adds quotes and escape sequences) or unescape back. Copy JSON PathPlace your cursor anywhere in a JSON file and copy the path ( Diff Two FilesCompare two JSON or YAML files side by side using VS Code's built-in diff viewer. Tree ViewBrowse the structure of your JSON/YAML file in the Explorer sidebar. Shows types, values, and item counts. Commands
Context MenuRight-click in any JSON or YAML file to access Sort, Minify, Prettify, Convert, and Copy Path commands. |