skip to Main Content

Query Nested JSON Data

I am trying to query using the code below to get the value etoday but it does not return a result. Result = json.loads(json_string) # Next Line works perfect print("The value of msg", "msg", "is: ", Result["msg"]) #Next Line does…

VIEW QUESTION

read json file nested dictionary

consider this example { "items": { "PYGXGE": { "id": "a", "number": "1" }, "sbe7oa": { "id": "b", "number": "2" }, "sbe7ob": { "id": "c", "number": "3" }, "sbe7oc": { "id": "d", "number": "4" }, "sbe7od": { "id": "e", "number": "5"…

VIEW QUESTION

how to add map values in to a list in flutter

I want to create a List and add values like this, but im new with flutter so i don't know { 'studAttId': 'null', 'divisionId': '4365eb0b-fb48-42f9-be4e-e9c1c695aeab', 'id': 'e49d6d0d-0036-417c-a0ff-330e51cb947d', 'forenoon': 'P', 'afternoon': 'P', 'admNo': '496', 'rollNo': 'null', 'name': 'A M MUHAMMED AFSAL',…

VIEW QUESTION
Back To Top
Search