public class JsonMLUtil
extends java.lang.Object
| Constructor and Description |
|---|
JsonMLUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.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(java.lang.String jsonml)
Parses JSON string which contains serialized JsonML content.
|
public static boolean isExpression(JsonML element)
public static JsonML parseString(java.lang.String jsonml) throws java.lang.Exception
jsonml - string representation of JsonMLjava.lang.Exceptionpublic static java.lang.String compare(JsonML tree1, JsonML tree2)