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

Method toJSONString

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

@param obj @return

(Object obj)

Source from the content-addressed store, hash-verified

174 * @return
175 */
176 public static String toJSONString(Object obj) {
177 return toJSONString(obj, false);
178 }
179 public static String toJSONString(Object obj, boolean format) {
180 if (obj == null) {
181 return null;

Callers 14

parseObjectMethod · 0.95
parseArrayMethod · 0.95
formatMethod · 0.95
parseMethod · 0.95
parseResponseMethod · 0.95
onVerifyRoleMethod · 0.95
extendErrorResultMethod · 0.95
onObjectParseMethod · 0.95
onArrayParseMethod · 0.95
toStringMethod · 0.95
toJSONStringMethod · 0.95
parseMethod · 0.95

Calls 1

toJSONStringMethod · 0.65

Tested by

no test coverage detected