importJsonString abstract method

int importJsonString(
  1. String json
)

Import a list of json objects.

The json objects must have the same structure as the objects in this collection. Otherwise an exception will be thrown.

Implementation

int importJsonString(String json);