Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 363 Bytes

Json.md

File metadata and controls

28 lines (19 loc) · 363 Bytes

Json

  • Json()

Validates if the given input is a valid JSON.

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

Categorization

  • Strings

Changelog

Version Description
0.3.9 Created

See also: