pub fn row_to_json(table: &str, id: &str, body_text: &str) -> Result<Value>
Decode a SQL row (id, body) into Valence JSON record shape.
(id, body)
Currently infallible; returns Ok with an empty object body if JSON parse fails.
Ok