Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 364 Bytes

Json.md

File metadata and controls

28 lines (19 loc) · 364 Bytes

Json

  • Json()

Validates if the given input is a valid JSON.

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

Categorization

  • Strings

Changelog

Version Description
0.3.9 Created

See also: