JsonMap
Types
Properties
Functions
Link copied to clipboard
Returns whether this map contains the specified key.
Link copied to clipboard
Returns whether this map contains the specified value.
Link copied to clipboard
Returns the optional value in the map with the specified key. If the value is not in the map JsonValue.NULL will be returned instead null.
Link copied to clipboard
Returns the objects represented as a JsonValue.
Link copied to clipboard
Returns a collection of the values contained in this map.
Link copied to clipboard
Helper method that is used to write the value as a JSON String.