Add the default strict mode to the path in the JSON functions.
before:
json_exists ('{"foo": "bar"}', 'lax $ .foo') or
json_exists ('{"foo": "bar"}', 'strict $ .foo')
after:
json_exists ('{"foo": "bar"}', '$ .foo')
- links to
Add the default strict mode to the path in the JSON functions.
before:
json_exists ('{"foo": "bar"}', 'lax $ .foo') or
json_exists ('{"foo": "bar"}', 'strict $ .foo')
after:
json_exists ('{"foo": "bar"}', '$ .foo')