You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenSoutheners\LaravelHelpers\Strings\is_json_structure function that covers what is_json does not, will also check if the json is a structure and not cases like 0, "0", "hello world"... which are valid in is_json
OpenSoutheners\LaravelHelpers\Strings\is_json fallback to PHP 8.3 json_validate native function with deprecation warning
Changed
OpenSoutheners\LaravelHelpers\Strings\is_json now accepts any type as input value following PHP's functions