Package dev.nolij.zson
Class ZsonValue
java.lang.Object
dev.nolij.zson.ZsonValue
Represents a value in a JSON-like structure. Most methods in this class delegate to the underlying value.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NO_COMMENT
The value forcommentwhen there is no comment, represented as the null character.- See Also:
-
comment
The comment for this value. If the comment isNO_COMMENT, then there is no comment. -
value
The underlying value. -
format
-
-
Constructor Details
-
ZsonValue
-
ZsonValue
-
ZsonValue
-
-
Method Details