Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cschanck/single-file-java
/ print
Method
print
src/main/java/org/sfj/JSONOne.java:97–97 ·
view source on GitHub ↗
(Writer w, int indent, boolean compact)
Source
from the content-addressed store, hash-verified
95
}
96
97
void
print(Writer w,
int
indent, boolean compact) throws IOException;
98
99
default String print(boolean compact) throws IOException {
return
print(0, compact); }
100
Callers
6
roundTrip
Method · 0.65
emit
Method · 0.65
emit
Method · 0.65
print
Method · 0.65
print
Method · 0.65
dumpFSM
Method · 0.65
Implementers
3
AbstractJSONObject
src/main/java/org/sfj/JSONOne.java
JArray
src/main/java/org/sfj/JSONOne.java
JMap
src/main/java/org/sfj/JSONOne.java
Calls
no outgoing calls
Tested by
1
roundTrip
Method · 0.52