Uses of Class
com.leastfixedpoint.json.JSONSerializationError
-
Uses of JSONSerializationError in com.leastfixedpoint.json
Methods in com.leastfixedpoint.json that throw JSONSerializationErrorModifier and TypeMethodDescriptionstatic String
JSONWriter.writeToString
(Object value) Returns JSON text corresponding to value, without pretty indentation.static String
JSONWriter.writeToString
(Object value, boolean indenting) Returns JSON text corresponding to value, with optional pretty indentation.