Support json_each
Open
- Dominant language
- Go
- Stars
- 831
- Forks
- 124
- PR merge metrics
- No merged PRs in 30d
Description
The table like

Need support json_each query like
```
select * from json_test_table, json_each(json_test_table.content) where json_each.value = 3;
```
it will match result with :
```
[
{
"id": 2,
"content": "[4, 3, 9, 168, 17173]",
"key": 1,
"value": 3,
"type": "integer",
"atom": 3,
"parent": null,
"fullkey": "$[1]",
"path": "$"
}
]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.