(cardInfo){
   ShellData = 
      (ShellData){
         availableShellActions[] = 
            "CHANGE_SHELL_ITERATION_NUMBER",
            None,
            "IPE_FULFILMENT",
            "LIST_SHELL",
            None,
         isrn = ""
         products[] = 
            (Product){
               parameters = 
                  (parameters){
                     entry[] = 
                        (entry){
                           key = "autoRenewThreshold"
                        },
                        (entry){
                           key = "validityCode"
                           value = "0"
                        },
                        (entry){
                           key = "lastTransactionDate"
                           value = "2017-05-15T11:13:00+01:00"
                        },
                        (entry){
                           key = "countRemaining"
                           value = "10"
                        },
                  }
                }
          },
 }

I want to access the values for the keys lastTransactionDate and 
countRemaining
As far as I can see there are lists within dicts and dicts within dicts

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/62a0f7a2-f551-47e8-bb61-af88d275bc0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to