MCPcopy Index your code
hub / github.com/AllenCoder/SuperUtils / json

Method json

apputils/src/main/java/com/allen/apputils/MLog.java:128–130  ·  view source on GitHub ↗
(String jsonFormat)

Source from the content-addressed store, hash-verified

126
127
128 public static void json(String jsonFormat) {
129 printLog(JSON, null, jsonFormat);
130 }
131
132 public static void json(String tag, String jsonFormat) {
133 printLog(JSON, tag, jsonFormat);

Callers

nothing calls this directly

Calls 1

printLogMethod · 0.95

Tested by

no test coverage detected