Wednesday, 21 August 2013

how to create jsonObject according this structure?

how to create jsonObject according this structure?

Here is the structure of wanted json
"1" : {
"Class': "group"
"text": "test1"
}
"2" : {
"Class': "group"
"text": "test1"
}
How to create an jsonObject programmatically in java?
thanks

No comments:

Post a Comment