Escape JSON String
Escape JSON String escapes all characters in your text that have special meaning inside a JSON string value — including double quotes, backslashes, newlines, tabs, and other control characters. Use it when you need to embed a raw string into a JSON document manually.