java.lang.Object
com.atlassian.confluence.content.render.xhtml.JsonUtils

public class JsonUtils extends Object
  • Constructor Details

    • JsonUtils

      public JsonUtils()
  • Method Details

    • isJsonFormat

      public static boolean isJsonFormat(String value)
      Checks if the given value is a json format. Primitive or null values return false.
      Parameters:
      value - the String to check
      Returns:
      true if string is a json format otherwise return false