Package com.sdicons.json.model
Class JSONString
java.lang.Object
com.sdicons.json.model.JSONValue
com.sdicons.json.model.JSONSimple
com.sdicons.json.model.JSONString
Represents a JSON delimited string.
Examples are:
"Hello" and "World"
; "Hello\nWorld"
contains a newline.
Strings are always delimited with double quotes.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
-
Constructor Details
-
JSONString
-
-
Method Details
-
getValue
-
toString
-
render
Description copied from class:JSONValue
Convert the JSON value into a string representation (JSON representation). -
equals
-
hashCode
public int hashCode() -
strip
A pure Java object, all JSON information is removed. A JSONString trivially maps to a Java String.
-