Toggle navigation
Home
org.json.JSONObject to com.fasterxml.jackson.databind.JsonNode
No. of Instances - 26
No. of Commits - 1
No. of Projects - {'graphhopper'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: External -> External
Mapping:
Other
2
to
SerializationFeature.INDENT_OUTPUT
Add or Remove Method invocation
json.toString(2)
to
SerializationFeature.INDENT_OUTPUT
json.toString(0)
to
objectWriter.writeValueAsString(json)
json.toString(0)
to
objectWriter.writeValueAsString(json)
json.getJSONObject("info")
to
json.get("info")
json.getJSONArray("paths").getJSONObject(0)
to
json.get("paths").get(0)
json.getJSONObject("info")
to
json.get("info")
json.getJSONObject("info")
to
json.get("info")
json.getJSONArray("paths").getJSONObject(0)
to
json.get("paths").get(0)
json.getJSONArray("hints")
to
json.get("hints")
json.getString("message")
to
json.get("message").asText()
json.getString("message")
to
json.get("message").asText()
path.getJSONObject("points")
to
path.get("points")
json.getJSONObject("info")
to
json.get("info")
Cascading Type Change (Different)
JSONArray
to
ArrayNode
JSONArray
to
JsonNode
JSONArray
to
ArrayNode
JSONArray
to
ArrayNode
Rename Method invocation
getJSONArray
to
get
getJSONObject
to
get
getJSONObject
to
get
getJSONObject
to
get
getJSONArray
to
get
getJSONObject
to
get
getJSONObject
to
get
getJSONArray
to
get
getJSONObject
to
get
getJSONArray
to
get
Cascading Type Change (Similar)
JSONObject
to
JsonNode
JSONObject
to
JsonNode
JSONObject
to
JsonNode
JSONObject
to
JsonNode
JSONObject
to
JsonNode
JSONObject
to
JsonNode