JsonArray Constructor |
Name | Description | |
---|---|---|
JsonArray |
Creates new empty JSON array.
| |
JsonArray(Int32) |
Creates new empty JSON array which and has the specified initial capacity.
| |
JsonArray(IEnumerableJsonValue) |
Creates new JSON array that contains elements copied from the given collection.
|