SQLite Forum

Proposed JSON enhancements.
Login
There is a typo in the first table:

```
JSON: '{"a":[6,7,8]}'
json_extract() (SQLite): '[6,7,9]'
```