MCPcopy Index your code
hub / github.com/ccxt/ccxt / jsonStringify

Method jsonStringify

java/tests/src/main/java/tests/BaseTest.java:423–425  ·  view source on GitHub ↗
(Object data)

Source from the content-addressed store, hash-verified

421 }
422
423 public static Object jsonStringify(Object data) {
424 return Functions.json(data);
425 }
426
427 public static Exchange setFetchResponse(Object exchange2, Object response) {
428 var exchange = (Exchange) exchange2;

Callers 3

checkConstructorMethod · 0.80
AssertStaticErrorMethod · 0.80
varToStringMethod · 0.80

Calls 1

jsonMethod · 0.95

Tested by

no test coverage detected