Class JSONUtils
- java.lang.Object
-
- io.github.lukehutch.fastclasspathscanner.json.JSONUtils
-
public class JSONUtils extends 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 String
escapeJSONString(String unsafeStr)
Escape a string to be surrounded in double quotes in JSON.
-