Is there any way to create json object with only values and no keys, from array list in android? I have array list like this
[12,name,description]
But i need to convert this to JSON Object like this
{"12","name","description"}
How to do this? Can anyone help?
JsonObject? How will you fetch value after creating object?JsonObject.