SQLite Forum

JSON literals, how they work
Login
But how does `JSON('true')` then work? What does it convert to? In theory, it should be a string but when I provide `'true'`, the JSON for a boolean, it thinks it's `'"true"'`