clickhouse-cpp icon indicating copy to clipboard operation
clickhouse-cpp copied to clipboard

Add JSON support

Open theory opened this issue 1 month ago • 0 comments

Implemented the same as String, which seems to work fine except for round-tripping. I assume it's not actually a string in the protocol so it will need a different format. But hopefully the rest of the infrastructure for it is helpful.

Not a blocker for my project; JSON works fine for now with the HTTP interface.

theory avatar Nov 19 '25 19:11 theory