| Interface | Description |
|---|---|
| IJsonArray |
Represents a
Json array "[]", and makes it easier
to get its elements in a typed way. |
| IJsonManager |
Provides methods to play with
Json strings and objects. |
| IJsonObject |
Represents a
Json object "{}", and makes it easier
to get its properties in a typed way. |
| IJsonObjectFactory |
Factory to create
IJsonObject and IJsonArray objects. |
| Class | Description |
|---|---|
| JsonArray |
IJsonArray implementation. |
| JsonObject |
IJsonObject implementation. |
| Exception | Description |
|---|---|
| IJsonObject.KeyNotFoundException |
Exception thrown when a
key is not found on a IJsonObject object. |
Copyright © 2016. All rights reserved.