MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / toString

Method toString

src/main/java/com/volmit/adapt/util/XML.java:376–378  ·  view source on GitHub ↗

Convert a JSONObject into a well-formed, element-normal XML string. @param object A JSONObject. @return A string.

(Object object)

Source from the content-addressed store, hash-verified

374 * @return A string.
375 */
376 public static String toString(Object object) throws JSONException {
377 return toString(object, null);
378 }
379
380 /**
381 * Convert a JSONObject into a well-formed, element-normal XML string.

Callers 2

escapeMethod · 0.45
stringToValueMethod · 0.45

Calls 11

keysMethod · 0.95
optMethod · 0.95
lengthMethod · 0.95
escapeMethod · 0.95
getMethod · 0.95
optMethod · 0.95
hasNextMethod · 0.65
nextMethod · 0.65
appendMethod · 0.45
equalsMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected