| Enum | Description |
|---|---|
| JsonSyntaxError |
A
JsonSyntaxError describes the kinds of syntax error a JSON parser
may encounter. |
| Exception | Description |
|---|---|
| InvalidJsonIndexException |
A
InvalidJsonIndexException is a JsonException indicates that
a given index value is not valid for a given JSON structure. |
| InvalidJsonValueException |
A
InvalidJsonValueException is a JsonValueException indicates that
a JSON value couldn't be processed or failed to fulfill a constraint. |
| JsonException |
A
JsonException indicates that a JSON related operation failed. |
| JsonSyntaxException |
A
JsonSyntaxException is a JsonException that indicates that
a JSON parser encountered a JSON syntax error while parsing a JSON document. |
| JsonValueException |
A
JsonValueException is a JsonException indicates that a JSON
value couldn't be processed. |
| MissingJsonValueException |
A
MissingJsonValueException is a JsonValueException indicates
that a JSON structure has no JSON value for a given index. |
Copyright © 2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.