Namespace Webmozart\Json
| JsonDecoder | Decodes JSON strings/files and validates against a JSON schema. |
| JsonEncoder | Encodes data as JSON. |
| JsonError | |
| JsonValidator | Validates decoded JSON values against a JSON schema. |
| DecodingFailedException | Thrown when a JSON string cannot be decoded. |
| EncodingFailedException | Thrown when data cannot be encoded as JSON. |
| FileNotFoundException | Thrown when a file was not found. |
| InvalidSchemaException | Thrown a JSON schema cannot be loaded. |
| ValidationFailedException | Thrown when a JSON file contains invalid JSON. |