Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LJYcoder/DevRing
/ json
Method
json
devring/src/main/java/com/ljy/devring/other/RingLog.java:143–145 ·
view source on GitHub ↗
(String jsonFormat)
Source
from the content-addressed store, hash-verified
141
}
142
143
public
static
void
json(String jsonFormat) {
144
printLog(JSON, null, jsonFormat);
145
}
146
147
public
static
void
json(String tag, String jsonFormat) {
148
printLog(JSON, tag, jsonFormat);
Callers
nothing calls this directly
Calls
1
printLog
Method · 0.95
Tested by
no test coverage detected