Class JsonUtils
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.JsonUtils
-
public class JsonUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isJsonFormat(String value)
Checks if the given value is a json format.
-
-
-
Method Detail
-
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
-
-