Custom design list from json response

\[

    {

        "name": "nancy",

        "id": "1235",

        "Mobile": "01153657079",

        "spec": "123",

        "De": "12“,

        "Oea": "123",

        "Dee": "1",

        "years": "4",

        "courses": \[

            {

                "code": "T5",

                "title": "TONIGHT",

                "type": "fo"

            },

            {

               "code": "T!",

                "title": "GEE",

                "type": "go"

            }

        \]

    },

    

        {

        "name": "yousef",

        "id": "1235",

        "Mobile": "01153657079",

        "spec": "123",

        "De": "12“,

        "Oea": "123",

        "Dee": "1",

        "years": "4",

        "courses": \[

            {

                "code": "T5",

                "title": "TONIGHT",

                "type": "fo"

            },

            {

               "code": "T!",

                "title": "GEE",

                "type": "go"

            }

        \]

    }

\]       

i have the previus response from api i wanna display each person with his related courses for example : card 1 contains name at the top and below the courses and each course behind it at right button >>> how can i make that ??? i am using custom design list view

  • You should be able to handle this with dictionary blocks, what have you tried?
  • Does your output come through with all those backslashes ?
  • Provide link page to the extension you are using?

my custom design listyview : Custom ListView Extension – DeepHost Extension

i wanna only to handle the output for each person in best design wity custom design listview

Sorry, can't help you with a DeepHost extension.

You may want to have a look at this one instead: