What class in the fasterxml API is equivalent to the org.json.JSONObject?
It appears the class sought was ObjectNode, not JSONObject.
ObjectNode
JSONObject
ObjectNode is now in the databind project, in the com.fasterxml.jackson.databind.node package. The latest JavaDoc is at http://fasterxml.github.com/jackson-databind/javadoc/2.0.2/com/fasterxml/jackson/databind/node/ObjectNode.html
com.fasterxml.jackson.databind.node
2.1m questions
2.1m answers
60 comments
57.0k users