pub fn to_json<T>(value: &T) -> Output<String>where T: ToPulumiValue + Clone + Send + Sync + 'static,