JSON to String Converter

📝

Cleared

Copied

Input & Output for String to JSON Converter

What input is accepted by this tool?

The input must be a valid JSON object. For example,

{
    "website": "convertchief.com"
}

If you input an invalid JSON, you'll see an error message.

What'll be the output of this tool?

The output will be a string that represents the JSON object. For example, the output of the above input will be:

"{\"website\": \"convertchief.com\"}"