respect-validation/docs/rules/Json.md
2018-08-23 02:12:44 +02:00

334 B

Json

  • Json()

Validates if the given input is a valid JSON.

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

Changelog

Version Description
0.3.9 Created

See also: