tao-test/app/vendor/respect/validation/docs/rules/Json.md

19 lines
269 B
Markdown
Raw Normal View History

2022-08-29 20:14:13 +02:00
# Json
- `v::json()`
Validates if the given input is a valid JSON.
```php
v::json()->validate('{"foo":"bar"}'); // true
```
***
See also:
* [Domain](Domain.md)
* [Email](Email.md)
* [FilterVar](FilterVar.md)
* [Phone](Phone.md)
* [VideoUrl](VideoUrl.md)