gavincabbage/chiv

Test Postgres JSON columns

Closed this issue · 1 comments

It is unclear whether Postgres' json and jsonb column types have been tested and are formatted correctly. This scenario must be tested and handled correctly.

It works! JSON is properly escaped by all three formats.

Further idea is embedding the JSON when using JSON or YAML formats, rather than just an escaped string.