Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Map<String,dynamic> str={'cart':cartList};
  2. cartitem = jsonEncode(str);
  3.  
  4. {
  5. {"cart":[
  6. {
  7. "cartid":2,
  8. "pid":"342702",
  9. "merchantId":"MER-07156",
  10. "hashkey":"7087fea71afc963d6dc3fa04944008ec",
  11. "productname":"Scheduling Product - Edit Please",
  12. "product_image":"Scheduling Product - Edit Please",
  13. "shipping_price":"0.00",
  14. "state_tax_rate":"0.0",
  15. "taxamt":"0.00",
  16. "discountamt":"0.0",
  17. "price":"10.00",
  18. "pricewithattr":"17.00",
  19. "quantity":"18",
  20. "totalamount":"306.00",
  21. "taxvalue":"0.0",
  22. "attribute_array":"[{"attributeid":"20796","attributename":"Black","groupname":"Color","groupid":"3012"},{"attributeid":"20798","attributename":"Silk","groupname":"Cloth","groupid":"3013"},{"attributeid":"20800","attributename":"small","groupname":"Size","groupid":"3014"}]",
  23. "is_free":"0",
  24. "is_payable_later":"0",
  25. "isattrpresent":"1"
  26. }
  27. ]
  28. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement