Package org.sosy_lab.common
Class JSON
java.lang.Object
org.sosy_lab.common.JSON
This class is based on code from the library JSON.simple in version 1.1
(https://code.google.com/p/json-simple/).
Significant performance improvements were made compared to the library.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteJSONString(@Nullable Object value, Appendable out) Encode an object into JSON text and write it to out.static voidwriteJSONString(@Nullable Object value, Path file) Encode an object into JSON text and write it to a file.
-
Method Details
-
writeJSONString
Encode an object into JSON text and write it to a file.- Throws:
IOException
-
writeJSONString
Encode an object into JSON text and write it to out.- Throws:
IOException
-