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

ruby - How do I merge two hashes into a hash of arrays? -

java - the value of local variable is not used -