Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/gson
/ toString
Method
toString
src/main/java/com/google/gson/stream/JsonReader.java:1022–1024 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1020
}
1021
1022
@Override
public
String toString() {
1023
return
getClass().getSimpleName() +
" near "
+ getSnippet();
1024
}
1025
1026
/**
1027
* Unescapes the character identified by the character or characters that
Callers
3
nextString
Method · 0.45
nextLiteral
Method · 0.45
value
Method · 0.45
Calls
1
getSnippet
Method · 0.95
Tested by
no test coverage detected