pub type json_object<text_array> = json_object<<text_array as Expression>::SqlType, text_array>;Available on crate feature
postgres_backend only.Expand description
Return type of the json_object() SQL function.
Aliased Typeยง
pub struct json_object<text_array> { /* private fields */ }