Open
Description
Issue to track missing features from current JSON support. Contributors feel free to pick up, none super urgent and all nice to have:
- Support for pointers inside structs and maps
- Support for BigInt (encode as float64?? with precision loss?)
- Support for Polygons + other shapes
- Support for Points
- Should we support mixed types slices in interface[]{} and nils e.g. ["4.2", 2.1, 1.1] - allow conversion to string and/or higher precision?
- Support insertion of arrays e.g.
insert into test_json (col) values ('[{"name": "b"}, {"test": "c"}]')