public class JsonMLUtil extends Object
| Constructor and Description |
|---|
JsonMLUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
compare(JsonML tree1,
JsonML tree2)
Compares two specified JsonML trees.
|
static boolean |
isExpression(JsonML element)
Checks if the specified JsonML element represents an expression.
|
static JsonML |
parseString(String jsonml)
Parses JSON string which contains serialized JsonML content.
|
public static boolean isExpression(JsonML element)
public static JsonML parseString(String jsonml) throws Exception
jsonml - string representation of JsonMLExceptionpublic static String compare(JsonML tree1, JsonML tree2)