MCPcopy Index your code
hub / github.com/Tencent/APIJSON / format

Method format

APIJSONORM/src/main/java/apijson/JSON.java:169–171  ·  view source on GitHub ↗

@param obj @return

(Object obj)

Source from the content-addressed store, hash-verified

167 * @return
168 */
169 public static String format(Object obj) {
170 return toJSONString(obj, true);
171 }
172 /**
173 * @param obj
174 * @return

Callers

nothing calls this directly

Calls 1

toJSONStringMethod · 0.95

Tested by

no test coverage detected