I have the following jsonarray:
{
"_id" :"value",
"data": "value",
"array" : [{
"x" : "value",
"y" : "value"
},
{
"x" : "value",
"y" : "value"
}]
}
How to convert this to byte[] array ?
I have the following jsonarray:
{
"_id" :"value",
"data": "value",
"array" : [{
"x" : "value",
"y" : "value"
},
{
"x" : "value",
"y" : "value"
}]
}
How to convert this to byte[] array ?