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

269 B

Json

  • v::json()

Validates if the given input is a valid JSON.

v::json()->validate('{"foo":"bar"}'); // true

See also: