JSON to String
Enter JSON:
String
How to Convert JSON to String?
To convert your text from JSON file to String, here are the following steps you should perform:
- Copy the entire text you want to convert from your JSON file.
- Once you are done with it, paste your content in the text area available on the website ("Enter JSON" section).
- Click on the button “Convert” in order to convert your JSON to String.
- Wait and relax for a few seconds to get your desired output done.
Example Explanation:
To give you a clear perception, let me explain with an example:
This is the content from JSON which should be converted to String:
{"name":"Jon","age":22,"sex":"male"}
Output:
"{\"name\":\"Jon\",\"age\":22,\"sex\":\"male\"}"
