rschnapp / BusMan

Android app uses NFC tags to maintain a passenger manifest
Apache License 2.0
29 stars 12 forks source link

Added support for reading JSON files. #8

Closed EboMike closed 8 years ago

EboMike commented 8 years ago

The parser will try loading the JSON file first and then fall back to the old-school text file if the JSON file doesn't exist. The downloader will treat the URL as a JSON file if it ends with .json. This is temporary until we phase out the text file.

EboMike commented 8 years ago

For whatever reason the actual keyword wasn't converted, only the variable names were. This is fixed with the latest commit.

rschnapp commented 8 years ago

Looks good, Mike! Thanks!