Function result_json

Source
pub fn result_json(context: *mut sqlite3_context, value: Value) -> Result<()>
Expand description

Result the given JSON as a value that other SQLite JSON functions expect: a stringified text result with subtype of ā€˜J’.