Class JsonUtil
- java.lang.Object
-
- org.apache.jackrabbit.commons.json.JsonUtil
-
public class JsonUtil extends Object
JSON utilities.
-
-
Constructor Summary
Constructors Constructor Description JsonUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getJsonString(String str)
Generate a valid JSON string from the givenstr
.
-