java - Is there any tool to generate a String from a JSON? -


my doubt if there tool on-line or not generate string json. example, have json:

  {     "my_json": [       {         "number": 20,         "name": "androider",       },       {         "id": 3432,         "name": "other_name",       }     ]   } 

if want declare string in code values, have write many quotation marks have json in string acceptable format.

so want know if thre tool generate string?

some choices are:

they have built in methods whatever need in efficient way...


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -