Package org.mozilla.zest.core.v1
Class ZestJSON
- java.lang.Object
-
- org.mozilla.zest.core.v1.ZestJSON
-
public class ZestJSON extends Object
The Class ZestJSON.
-
-
Constructor Summary
Constructors Constructor Description ZestJSON()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ZestElementfromString(String str)From string.static StringtoString(ZestElement element)To string.
-
-
-
Method Detail
-
toString
public static String toString(ZestElement element)
To string.- Parameters:
element- the element- Returns:
- the string
-
fromString
public static ZestElement fromString(String str)
From string.- Parameters:
str- the str- Returns:
- the zest element
-
-