java - How to convert String to JsonObject -


i using httprequest json web string.

it quite simple, cannot seem convert string javax.json.jsonobject.

how can this?

jsonreader jsonreader = json.createreader(new stringreader("{}")); jsonobject object = jsonreader.readobject(); jsonreader.close(); 

should trick. see docs , examples.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -