By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| JSON_SEARCH(@j, 'one', 'ABC') |
|---|
| "$[2].z" |
| JSON_SEARCH(@j, 'one', LOWER('ABC')) |
|---|
| "$[3].w" |
| JSON_SEARCH(LOWER(@j), 'one', LOWER('ABC')) |
|---|
| "$[0].x" |
| JSON_SEARCH(LOWER(@j), 'all', LOWER('ABC')) |
|---|
| ["$[0].x", "$[2].z", "$[3].w"] |