zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
350 stars 356 forks source link

api: Add sorting for API responses. #669

Closed MSurfer20 closed 3 years ago

MSurfer20 commented 3 years ago

Currently the API response keys were sorted in random order, making the responses unreadable. Added JSON dumps to sort the response keys. Fixes https://github.com/zulip/zulip/issues/17428