so you want to convert a string to a byte array?
–
gipinaniJan 11 at 20:17
Your questions is not very clear. Can you say why do you want to convert it to a byte array? This would help others answering.
–
Lars BlumbergJan 11 at 20:22
You don't have a JSON array, but a JSON Object. Do you want to POST JSON to a webserver?
–
hgoeblJan 11 at 22:35
I need to convert a json array to bytearray. I am going to use OKHTTP. It takes byte array as parameter. so i need the json to be converted to byte arrya
–
user1002448Jan 14 at 6:15