Toolbox

/JSON Tools

Tools

🎲
Model ViewerView and inspect 3D models (GLTF, OBJ, STL)
🔍
JSON CompareCompare two JSON objects and highlight differences
📝
JSON FormatterFormat, validate, and beautify JSON data
🛠️
JSON ToolsString escape, path finder, flatten, and format conversion utilities
🔑
JWT DecoderDecode and inspect JSON Web Tokens
🛠️

JSON Tools

String Escape/Unescape

Convert strings to/from JSON-escaped format. Useful for embedding strings in JSON or extracting them.

Input Text

Output

Examples

Escape Example:

Input: Hello "World" → Output: "Hello \"World\""

Unescape Example:

Input: "Hello \"World\"" → Output: Hello "World"

Why use JSON utility tools?

Convert, flatten, and escape JSON without writing throw-away scripts, saving valuable development time.