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

Method parseJson

java/lib/src/main/java/io/github/ccxt/Exchange.java:1487–1489  ·  view source on GitHub ↗
(Object input)

Source from the content-addressed store, hash-verified

1485 }
1486
1487 public Object parseJson(Object input) {
1488 return Helpers.parseJson(input);
1489 }
1490
1491 public java.util.concurrent.CompletableFuture<Object> loadMarketsHelper(boolean reload) throws ExecutionException, InterruptedException {
1492

Callers 1

fetchWebEndpointMethod · 0.95

Calls 1

parseJsonMethod · 0.95

Tested by

no test coverage detected