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.
The output will be a string that represents the JSON object. For example, the output of the above input will be:
"{\"website\": \"convertchief.com\"}"