Class JSonHelper
java.lang.Object
org.apache.camel.dsl.jbang.core.common.JSonHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringcolorPrint(String json, int spaces, boolean pretty) Prints the JSon with ANSi color (similar to jq)static StringprettyPrint(String json, int spaces) Prints the JSon in pretty mode with no color
-
Method Details
-
prettyPrint
Prints the JSon in pretty mode with no color -
colorPrint
Prints the JSon with ANSi color (similar to jq)
-