MCPcopy
hub / github.com/ccxt/ccxt / json

Method json

java/lib/src/main/java/io/github/ccxt/base/Functions.java:312–316  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

310 // json / Json
311 // -------------------------------------------------
312 public static String json(Object obj) {
313 // In C# there was a special case for ccxt.pro.IOrderBook; we don't have that type here.
314 // Keep the exception-shaping behavior from Json().
315 return Json(obj);
316 }
317
318 public static String Json(Object obj) {
319 if (obj == null) return null;

Callers 15

deepEqualMethod · 0.95
AssertDeepEqualMethod · 0.95
jsonStringifyMethod · 0.95
signMethod · 0.45
encodeValuesWithJsonMethod · 0.45
initializeClientMethod · 0.45
signMethod · 0.45
handleErrorsMethod · 0.45
signMethod · 0.45
signMethod · 0.45
handleErrorsMethod · 0.45
signMethod · 0.45

Calls 1

JsonMethod · 0.95

Tested by 3

deepEqualMethod · 0.76
AssertDeepEqualMethod · 0.76
jsonStringifyMethod · 0.76