pub fn json_build_object<'a, S, E>( values: impl IntoIterator<Item = (S, E)>, ) -> Function<'a>where S: Into<Cow<'a, str>>, E: Into<Expression<'a>>,