put


Description:

public JsonObjectBuilder put (string key, JsonValue value)

Adds a key-value pair to the object.

Parameters:

key

the key.

value

the value.

Returns:

this builder for chaining.