Function sqlx_transparent_json_decode::decode_json
source · pub fn decode_json(
value: <Postgres as HasValueRef<'_>>::ValueRef
) -> Result<&[u8], BoxDynError>
Expand description
Extract a byte slice from a Postgres JSON or JSONB value. You shouldn’t need to use this directly.