JsonNull
Class representing JSON null
value
Functions
Properties
Link copied to clipboard
Indicates whether the primitive was explicitly constructed from String and whether it should be serialized as one. E.g. JsonPrimitive("42")
is represented by a string, while JsonPrimitive(42)
is not. These primitives will be serialized as 42
and "42"
respectively.