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:

  1. Copy the entire text you want to convert from your JSON file.
  2. Once you are done with it, paste your content in the text area available on the website ("Enter JSON" section).
  3. Click on the button “Convert” in order to convert your JSON to String.
  4. 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\"}"

Blog

 Log In to Chat