Issue 105 in json-simple: I need to modify JSON object value at run time.

10 views
Skip to first unread message

json-...@googlecode.com

unread,
Feb 26, 2015, 7:57:54 AM2/26/15
to json-...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 105 by ssireku...@gmail.com: I need to modify JSON object value
at run time.
https://code.google.com/p/json-simple/issues/detail?id=105

{
"header": {
"requestId": null
},
"data": [
{
"userId": 848478948947,
"userName": "dsjflkjdklsfj38473",
"gender": "M",
"location": {
"isFromUS": true,
"zip": "454543",
"city": "fgfdg",
"state": "fgfdgfdg",
"country": "USA"
},
"provider": "gfdgfdgds",
"fullName": null
}
]
}

From the above json String i need to modify the userName, zip value at run
time and finally make this string as JSONObject and write in the .json file.

Can any one provide me the solution for this with Json - simple
Thanks in advance


--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Reply all
Reply to author
Forward
0 new messages