MobilityData / gtfs-validator

Canonical GTFS Validator project for schedule (static) files.
https://gtfs-validator.mobilitydata.org/
Apache License 2.0
278 stars 100 forks source link

[REQUEST] Ensure consistency between the keys used in the json input, and the output json file #266

Closed lionel-nj closed 4 years ago

lionel-nj commented 4 years ago

Is your feature request related to a problem? Please describe. Consistency in key names (used in input json file and output json file) should be kept.

Use lowerCamelCase for all keys could be an option

lionel-nj commented 4 years ago

Implemented in https://github.com/MobilityData/gtfs-validator/pull/273