strict_json 源码
strict_json 该包提供严格解析的json数据。 例 void main() { const json = """{ "products": [ { "id": 1, "name": "Product 1", "price": 2.5, "data": "optional data" }, { "id": 2, "name": "Product 2", "price": 3.0, "stock": true } ] }"""; final productList = Json(json).asMap().getList("produ
下载地址
用户评论