Just a small typo in json.rs

It's nothing really but i found this while browsing the code
This commit is contained in:
Bilux
2025-08-06 10:04:11 +01:00
committed by Sebastian Jeltsch
parent ebcab0f41f
commit 2b2c55e260
+1 -1
View File
@@ -113,7 +113,7 @@ pub fn flat_json_to_value(
/// Convert a SQLite value to "rich" JSON: String, Number, Null and **BLOB Objects**.
///
/// This is different from the "flat" representation above. We use this for
/// This is different from the "flat" representation above.
///
/// We use this for SQLite <=> JS/TS bindings.
pub fn value_to_rich_json(value: &SqliteValue) -> Result<serde_json::Value, JsonError> {