
Raycast extension for Cachy
Format JSON
by destiner
Formats a JSON file with a selected indentation. If the JSON is stringified, it will be parsed before formatting.
DataDeveloper Tools
Commands
6Format Clipboard JSON
BackgroundFormats a JSON/JS Object string stored in clipboard and copies/pastes it back
Format Selected JSON
BackgroundFormats a JSON/JS Object string selected in the foremost editor and copies/pastes it back
Format Selected JSON and Show
ViewFormats a JSON/JS Object string selected in the foremost editor and shows it in the viewer
Format JSON
ViewFormats a JSON/JS Object
Format Array of JSON to JSONLines
ViewFormats an array of JSON/JS Object to JSONLines
Format Text into Valid JSON Value
ViewFormats text into a valid JSON value with double quotes and escapes