skip to Main Content

String processing in Javascript using Array

Here is the input that should be converted to JSON format as given below. '{RS0004036}:{1;2}:{0000003AB;0000003BC}_{RS0004036}:{0;3}:{0000003DE;0000003FG}_{RS0004036}:{3;3}:{0000003HI;0000003JK}' Target JSON should be like this. The code should read the above input, will create a JSON return string as follows. The returning JSON will…

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