Class JsonUtils
java.lang.Object
com.atlassian.confluence.content.render.xhtml.JsonUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isJsonFormat
(String value) Checks if the given value is a json format.
-
Constructor Details
-
JsonUtils
public JsonUtils()
-
-
Method Details
-
isJsonFormat
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
-