Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ json
Method
json
java/lib/src/main/java/io/github/ccxt/Exchange.java:838–840 ·
view source on GitHub ↗
(Object obj)
Source
from the content-addressed store, hash-verified
836
}
837
838
public
String json(Object obj) {
839
return
io.github.ccxt.base.Functions.json(obj);
840
}
841
842
// keep both casings since both exist
843
public
String Json(Object obj) {
Callers
7
testJson
Function · 0.95
starknetSign
Method · 0.95
extendedStarknetSign
Method · 0.95
fetch
Method · 0.95
processResponse
Method · 0.95
extendedStarknetSign
Method · 0.95
testJson
Method · 0.95
Calls
no outgoing calls
Tested by
1
testJson
Method · 0.76