├── LICENSE ├── README.md ├── composer.json └── src ├── Exceptions ├── CreateDirectoryException.php ├── CreateFileException.php ├── GetFileException.php ├── JsonErrorException.php ├── NoIterableElementException.php └── NoIterableFileException.php └── Json.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josantonius/php-json/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josantonius/php-json/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josantonius/php-json/HEAD/composer.json -------------------------------------------------------------------------------- /src/Exceptions/CreateDirectoryException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josantonius/php-json/HEAD/src/Exceptions/CreateDirectoryException.php -------------------------------------------------------------------------------- /src/Exceptions/CreateFileException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josantonius/php-json/HEAD/src/Exceptions/CreateFileException.php -------------------------------------------------------------------------------- /src/Exceptions/GetFileException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josantonius/php-json/HEAD/src/Exceptions/GetFileException.php -------------------------------------------------------------------------------- /src/Exceptions/JsonErrorException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josantonius/php-json/HEAD/src/Exceptions/JsonErrorException.php -------------------------------------------------------------------------------- /src/Exceptions/NoIterableElementException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josantonius/php-json/HEAD/src/Exceptions/NoIterableElementException.php -------------------------------------------------------------------------------- /src/Exceptions/NoIterableFileException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josantonius/php-json/HEAD/src/Exceptions/NoIterableFileException.php -------------------------------------------------------------------------------- /src/Json.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josantonius/php-json/HEAD/src/Json.php --------------------------------------------------------------------------------