Android Question JSON creation trouble

bluedude

Well-Known Member
Licensed User
Longtime User
I have some trouble creating below json:

"checked": {
"computed": {
"address": [
"Line1",
"Line2",
"Line3"
],
"test": 1.4
},
},

I normally use maps to do this but the address object has no key values in this sample.

Suggestions?
 
Top