mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
When json_object received a string containing an unescaped backslash (e.g., "Hello\World"), it would fail with "malformed JSON" because the backslash was not escaped before wrapping the string in quotes. Fix by escaping backslashes before double quotes in both convert_ref_dbtype_to_jsonb (Conv::NotStrict) and Jsonb::from_str_with_mode (Conv::ToString). |
||
|---|---|---|
| .. | ||
| cache.rs | ||
| error.rs | ||
| jsonb.rs | ||
| mod.rs | ||
| ops.rs | ||
| path.rs | ||
| vtab.rs | ||