We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bonjour,
Afin d'éviter un parsing du JSON pour obtenir la ligne, pourquoi ne pas reformater une partie du JSON de la manière suivante :
//AVANT { "mode": "Tram", "destination": "B Lingolsheim Tiergaertel", "horaire": "2015-07-12T16:44:56+00:00", "est_apres_minuit": false }, //APRÈS { "mode": "Tram", "destination": "Lingolsheim Tiergaertel", "ligne": "B", "horaire": "2015-07-12T16:44:56+00:00", "est_apres_minuit": false }
Cordialement,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bonjour,
Afin d'éviter un parsing du JSON pour obtenir la ligne, pourquoi ne pas reformater une partie du JSON de la manière suivante :
Cordialement,
The text was updated successfully, but these errors were encountered: