gdgmad / gdgmadevents

Let's Build together! gdgmadevents is a repository for our database of events and any software that YOU choose to make around it. Check out our readme!
MIT License
7 stars 4 forks source link

JSON api response varies #22

Closed Viranchee closed 5 years ago

Viranchee commented 5 years ago

When I hit refresh, the JSON changes: first fields for various refresh states: venue, date, desc

nikhil-thakkar commented 5 years ago

Do you mean the order changes or value itself?

Viranchee commented 5 years ago

Hi Nikhil, the order changes

nikhil-thakkar commented 5 years ago

@Viranchee JSON object is a glorified dictionary and hence the order doesn't matter as long you reference the correct key.