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

Method format

APIJSONORM/src/main/java/apijson/JSONParser.java:26–26  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

24 <T> List<T> parseArray(Object json, Class<T> clazz);
25
26 default String format(Object obj) {
27 return toJSONString(obj, true);
28 }
29 default String toJSONString(Object obj) {

Callers 2

getPriceMethod · 0.65
logInfoMethod · 0.65

Implementers 1

JSONAPIJSONORM/src/main/java/apijson/JSON.

Calls

no outgoing calls

Tested by

no test coverage detected