JSON in DuckDB

DuckDB is an open source in-process SQL OLAP database management system and comes with an extension for JSON values.

However, there are certain features that are not implemented at this time. This project aims to identify these missing features, implement and test them, and ideally have them merged.

This project requires knowledge of C++ development as well as knowledge of database systems internals (i.e., as discussed in our DuckDB seminar).