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

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -