jsonkraken / net.jemzart.jsonkraken / JsonObject / <init>

<init>

JsonObject(vararg properties: Pair<String, Any?>)

json object filled with properties. Each pair first value must be compliant with the JSON specification. Each pair second value must be of a valid type (See 'Valid Types').

Constructor
json object filled with properties. Each pair first value must be compliant with the JSON specification. Each pair second value must be of a valid type (See 'Valid Types').

JsonObject()

empty json object.

Constructor
empty json object.