Package nonapi.io.github.classgraph.json
Class JSONUtils
- java.lang.Object
-
- nonapi.io.github.classgraph.json.JSONUtils
-
public class JSONUtils extends java.lang.Object
Utils for Java serialization and deserialization.
-
-
Constructor Summary
Constructors Constructor Description JSONUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
escapeJSONString(java.lang.String unsafeStr)
Escape a string to be surrounded in double quotes in JSON.
-