Returns true
if string is valid json
data: '{"book": "All The Places You'll Go"}'
{{ if data | is_json }}
@if (Statamic::modify($data)->isJson()->fetch()) ... @endif
true
is_json
ModifierReturns true
if string is valid json
data: '{"book": "All The Places You'll Go"}'
{{ if data | is_json }}
@if (Statamic::modify($data)->isJson()->fetch()) ... @endif
true
Submit improvements, related content, or suggestions through Github.
Betterify this page →