We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0125e01 commit d8cef80Copy full SHA for d8cef80
README.md
@@ -61,7 +61,7 @@ $isJson = is_json('{"foo":1,"bar":2,"baz":3}');
61
// true
62
```
63
64
-Boolean is returned by default, however, function can return decoded json, if you pass the second `return` argument as `true`:
+Function can return decoded json, if you pass the second `return` argument as `true`:
65
```php
66
$decoded = is_json('{"foo":1,"bar":2,"baz":3}', true);
67
0 commit comments