sqlite has json5 support

Oct 20, 2023

https://sqlite.org/json1.html#json5

via the release notes for 3.42.

Worth noting that they seem to support json5 input, but not output; so I assume any comments or other non-standard json in your json5 document will be stripped if it round trips through the database.

↑ up