On May 15, 2017 8:06 AM, "MikeKJ" <[email protected]> wrote:

(cardInfo){
   ShellData =
      (ShellData){
         availableShellActions[] =
            "CHANGE_SHELL_ITERATION_NUMBER",
            None,
            "IPE_FULFILMENT",
            "LIST_SHELL",
            None,
         isrn = ""
         products[] =
            (Product){
               parameters =



<snip>

This "appears" to be a print() of a SOAP API response generated by a
library such as suds. Without information about where it came from or how
you got it, I can't be sure.

If that's the case, the structure will act like a dict and a list where
appropriate. For example:

(cardInfo){ indicates a dict member with a key of 'cardinfo' that contains
another dict.

products[] = indicates a dict member named 'products' that contains a list
of other elements.

If it is the suds library, I'd recommend using the suds-jurko fork, since
the original library appears to be abandoned. It's a drop-in replacement.

Just a guess...

-James

-- 
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/CA%2Be%2BciV5u6LrziBCYJALHO0Y-yGhuxH2rCkX3PxA4ORheehsDw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to