About Convert JSON to String
JSON to String
Step 1: Enter Your JSON Object
Paste your JSON code in the text box above. If you want to test you can use the sample json object below.
{
"name": "Bob Smith",
"age" : "25",
"country": "United States",
"skillset": ["php", "html", "css", "javascript"]
}
Step 2: Convert
Press the "JSON to String" button to instantly convert the given JSON object to String.
You can copy the result or download it as a text file.
Hit the "Reset" button to clear the form and try again.
String to JSON
Step 1: Enter Your Stringified Text
Paste your Stringified JSON text in the text box above. If you want to test you can use the sample text below.
"{\n\"name\": \"Bob Smith\",\n\"age\" : \"25\",\n\"country\": \"United States\",\n\"skillset\": [\"php\", \"html\", \"css\", \"javascript\"] \n}"
Step 2: Parse
Press the "String to JSON" button to instantly parse the given string to JSON object.
You can copy the result or download it as a json file.
Hit the "Reset" button to clear the form and try again.