Skip to content

0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 14:54
· 25 commits to main since this release
7f77780

Added

  • 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