Class JsonUtils

java.lang.Object
io.micrometer.core.instrument.util.JsonUtils

@Deprecated public final class JsonUtils extends Object
Deprecated.
this will be removed and should not be used
  • Method Details

    • prettyPrint

      @Deprecated public static String prettyPrint(String unformattedJsonString)
      Deprecated.
      this will be removed and no longer does anything meaningful
      Parameters:
      unformattedJsonString - JSON string that has not been formatted at all.
      Returns:
      the input string unchanged