alexeyshockov/json-wrapper

json_encode() and json_decode() wrapper with better error handling

0.1.0 2016-07-12 10:28 UTC

This package is auto-updated.

Last update: 2024-04-08 21:18:18 UTC


README

json_encode() and json_decode() wrapper with better error handling

PHP 7.3 and above

Since version 7.3 you PHP supports JSON_THROW_ON_ERROR constant to change the default behaviour to exceptions. No need for additional libraries anymore.