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

Method prettyPrintData

java/cli/src/main/java/cli/Main.java:35–42  ·  view source on GitHub ↗
(Object data)

Source from the content-addressed store, hash-verified

33 .create();
34
35 static void prettyPrintData(Object data) {
36 try {
37 String json = gson.toJson(data);
38 System.out.println(json);
39 } catch (Exception e) {
40 e.printStackTrace();
41 }
42 }
43}
44
45

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected