MCPcopy 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

testJsonFunction · 0.95
starknetSignMethod · 0.95
extendedStarknetSignMethod · 0.95
fetchMethod · 0.95
processResponseMethod · 0.95
extendedStarknetSignMethod · 0.95
testJsonMethod · 0.95

Calls

no outgoing calls

Tested by 1

testJsonMethod · 0.76