json - Deserialize String from API in FlutterFlow - Stack Overflow

I am working with an API which returns me a json that is below, it turns out that this json brings a da

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}]

}

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742420230a4440536.html

相关推荐

  • json - Deserialize String from API in FlutterFlow - Stack Overflow

    I am working with an API which returns me a json that is below, it turns out that this json brings a da

    11小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信