Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 126 Bytes

Json.md

File metadata and controls

9 lines (6 loc) · 126 Bytes

Json

  • v::json()

Validates if the given input is a valid JSON.

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