limbo/core/json
Martin Mauch 71695a66da fix: escape backslashes in json_object string values
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).
2025-12-03 21:30:59 +01:00
..
cache.rs convert json functions to use AsValueRef 2025-11-11 16:11:46 -03:00
error.rs fix clippy errors for rust 1.88.0 (auto fix) 2025-07-12 18:58:41 +03:00
jsonb.rs fix: escape backslashes in json_object string values 2025-12-03 21:30:59 +01:00
mod.rs fix: escape backslashes in json_object string values 2025-12-03 21:30:59 +01:00
ops.rs core/json: Improve error handling in ops.rs 2025-11-23 14:12:09 +02:00
path.rs core/json: Improve error handling in path.rs 2025-11-23 14:12:09 +02:00
vtab.rs core/json: Improve error handling in vtab.rs 2025-11-23 14:12:09 +02:00