- Add a space after comments with `//`; - Add missing "See also" sections in some files
v::json()
Validates if the given input is a valid JSON.
v::json()->validate('{"foo":"bar"}'); // true
See also: