| JsonFile | Reads/writes json files. |
| JsonFormatter | Formats json strings used for php < 5.4 because the json_encode doesn't supports the flags JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE in these versions |
| JsonManipulator | |
| JsonValidationException |