Escape JSON into a string, or unwrap a stringified JSON back out.
• Ctrl+Enter to stringify, Shift+Enter to parse
• Stringify wraps JSON in an escaped string — great for embedding in configs or API payloads
• Parse unwraps escaped JSON strings — chain multiple times for deeply escaped values
• Use "Use as Input" to repeatedly parse nested stringified JSON