Skip to content

Json validation improvements

Compare
Choose a tag to compare
@ssandler ssandler released this 20 Feb 23:23
· 24 commits to main since this release
b706db5
JSON validation should accept string 'null' to match MySQL behavior (…

…#97)

* make json validation accept the string 'null' and convert it to proper null in the database, which matches behavior in MySQL

* make the linter happy

---------

Co-authored-by: Kevin Tabb <ktabb@Kevins-MacBook-Pro.local>