Class JSonHelper

java.lang.Object
org.apache.camel.dsl.jbang.core.common.JSonHelper

public final class JSonHelper extends Object
  • Method Details

    • prettyPrint

      public static String prettyPrint(String json, int spaces)
      Prints the JSon in pretty mode with no color
    • colorPrint

      public static String colorPrint(String json, int spaces, boolean pretty)
      Prints the JSon with ANSi color (similar to jq)