Function sqlite_loadable::api::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’.