PayloadBuilder
class PayloadBuilder
Builds a point Payload (a JSON object) with heterogeneous values.
Note: for a bare null value the typed put overloads are ambiguous — use putAny instead.
Functions
Link copied to clipboard
Put an arbitrary value, converted with anyToJsonElement (String/Number/Boolean/Enum/List/Map, or null). Use this for null values.