project-bluebird / bluebird

Server to communicate with NATS air traffic simulator and Bluesky
MIT License
10 stars 4 forks source link

Changing return format from dictionary to list for easier parsing #38

Closed evelinag closed 5 years ago

evelinag commented 5 years ago

When getting position information on all aircraft, the return format was a little awkward to parse. This changes the format from dictionary to a list which is easier to work with.