PokeAPI / pokedex

PokeAPI's fork for adding gen-8 data.
https://github.com/PokeAPI/pokedex/tree/master-pokeapi/pokeapi
MIT License
43 stars 40 forks source link

Replace the hyphen on the response objets to underscores #178

Closed vicentcotaina closed 9 months ago

vicentcotaina commented 9 months ago

I'm currently developing a mobile app using the API. To do this I'm using FlutterFlow, my problem is that when I have to reference the properties that include the mentioned symbol I can't because FlutterFlow doesn't allow that symbol when I reference a JSON path.

Naramsim commented 9 months ago

Can you use a [] notation?

vicentcotaina commented 9 months ago

Yeah, I already archive it. Sorry to bother you.