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?
Comments
Post a Comment