is_json Modifier

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
Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →