Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Allow control characters in JSON5 string literals. | drh | 2024-01-31 |
* | The json_remove() function now uses only JSONB, never JsonNodes, internally. | drh | 2023-11-28 |
* | JSON5 bug fix: Escape double-quotes that occur inside of single-quoted strings. | drh | 2023-11-09 |
* | Accept the full ECMAScript 5.1 IdentifyName syntax for keys in objects. | drh | 2023-04-30 |
* | Omit the json_valid() function. Change the name of json_error() to | drh | 2023-04-30 |
* | Test cases added, and some bugs fixed. | drh | 2023-04-27 |