json property

JsonObject? json
getter/setter pair

A JSON object that contains a row of data.

The object's properties and values must match the destination table's schema.

Required.

Implementation

JsonObject? json;