skip to Main Content

Sending JSON curl via Postman

I am trying to send a request via Postman to API, Below is the request type which is accepted by API, curl https://api.shoonya.com/NorenWClientTP/QuickAuth -d "jData={ "apkversion": "1.0.0", "uid": "TRST", "pwd": "s3cur3Id", "factor2": "31-08-2017", "imei": "134243434", "source": "API"}“ When I send…

VIEW QUESTION

Flutter – JsonDecode json with inner JsonString

I have next Json String which I want to decode [{ "material_id": 1193, "material_code": "AN00000211", "material_name": "MARGARITA PIZZA", "security_code": "192.168.1.6", "security_code_name": null, "bar_barcode": "100209", "price_value": 50.00000, "mat_auto_price": 0.00000, "group_code": "PIZZA", "cat_id": 2, "mat_name_lang1": "MARGARITA PIZZA", "mat_name_lang2": "МАРГАРИТА ПИЦЦА", "mat_name_lang3": "MARGARITA…

VIEW QUESTION
Back To Top
Search