admin管理员组文章数量:1336659
I am working with an API which returns me a json that is below, it turns out that this json brings a data that arrives in string format that brings important information for the app.
The problem is that I have not been able to deserialize said String in flutterflow, I tried with a custom action that receives a string and with json.decode it deserializes it but returns a map <>, but I don't know how to take that map to a listView that I have in the screen mounted with flutterflow.
I would like you to please guide me a little on this topic since it is limiting my progress and everything that GPT has suggested has not worked for me.
Json: { "codigo": 1, "mensaje": null, "data": [{"anhos_id":1.0,"anhos_fecha":"2024-10-02T00:00:00","anhos_valor":1000000.0,"anhos_viaje_id":22.0},{"anhos_id":3.0,"anhos_fecha":"2024-10-08T00:00:00","anhos_valor":1000000.0,"anhos_viaje_id":21.0}]
}
本文标签: jsonDeserialize String from API in FlutterFlowStack Overflow
版权声明:本文标题:json - Deserialize String from API in FlutterFlow - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742420229a2471510.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论