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

Method jsonParse

java/tests/src/main/java/tests/BaseTest.java:553–555  ·  view source on GitHub ↗
(Object jsonString)

Source from the content-addressed store, hash-verified

551 }
552
553 public static Object jsonParse(Object jsonString) {
554 return JsonHelper.deserialize((String) jsonString);
555 }
556
557 public static Object getExchangeProp(Object exchange, Object prop) {
558 return getExchangeProp(exchange, prop, null);

Callers 15

urlencodedToDictMethod · 0.80
testOkxMethod · 0.80
testCryptocomMethod · 0.80
testHtxMethod · 0.80
testWooMethod · 0.80
testCoinexMethod · 0.80
testPhemexMethod · 0.80
testBlofinMethod · 0.80
testCoinbaseAdvancedMethod · 0.80

Calls 1

deserializeMethod · 0.95

Tested by

no test coverage detected