Queens-Hacks / qcumber-api

transforms qcumber data repo into something blah
1 stars 3 forks source link

sort data output #22

Closed Graham42 closed 4 years ago

Graham42 commented 10 years ago

sorting json alphabetically can be done by passing sort_keys=True to json.dumps but this allows for custom sorting if we want. I think it's useful to have the link, and unique identifier first, and in general to have keys sorted for consistent returns. Also, this allows for consistent sorting regardless of return type (ie xml)

Graham42 commented 4 years ago

Closing as aged out