Azure / azure-functions-python-library

Azure Functions Python SDK
MIT License
150 stars 63 forks source link

[FeatureRequest] add to_dict to func.Document for CosmosDB #170

Closed eavanvalkenburg closed 1 year ago

eavanvalkenburg commented 1 year ago

Describe the request: A clear and concise description. It would be great to add a to_dict method to the Document class so that you can immediately pass that into a class constructor with ** and not have to do json.reads(doc.to_json())

bhagyshricompany commented 1 year ago

Thanks for input will discuss this internally and update .