MCPcopy Create free account
hub / github.com/afkT/DevUtils / json

Method json

lib/DevApp/src/main/java/dev/utils/LogPrintUtils.java:242–244  ·  view source on GitHub ↗

使用默认 TAG 格式化并打印 JSON @param json JSON 字符串

(final String json)

Source from the content-addressed store, hash-verified

240 * @param json JSON 字符串
241 */
242 public static void json(final String json) {
243 jsonTag(DEFAULT_TAG, json);
244 }
245
246 /**
247 * 使用默认 TAG 格式化并打印 XML

Callers

nothing calls this directly

Calls 1

jsonTagMethod · 0.95

Tested by

no test coverage detected