Azure / azure-functions-python-library

Azure Functions Python SDK
MIT License
147 stars 61 forks source link

Fix get_json method and convert it to a property #188

Closed 41vin closed 8 months ago

41vin commented 1 year ago

Hi, I have implemented the 'get_json' method as a property to maintain consistency with other getter methods and to minimize confusion. Furthermore, it has been modified to actually return a json file.