hulketa has asked for the wisdom of the Perl Monks concerning the following question:
and I would like to print the PSTART when the PROT_NAME was, for example, XPA. How can I acces to these data? Can anyone help me please?? Thanks!![ { "PROT_SIZE": "1620", "PROT_NAME": "ALK", "PROT_ID": "Q9UM73", "COVERTURA": [ { "PSTART": "1084", "PEND": "1405" }, { "PSTART": "1571", "PEND": "1589" } ] }, { "PROT_SIZE": "273", "PROT_NAME": "XPA", "PROT_ID": "P23025", "COVERTURA": [ { "PSTART": "67", "PEND": "77" }, { "PSTART": "98", "PEND": "210" } ] } ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to acces data in JSON
by hdb (Monsignor) on Apr 26, 2013 at 15:09 UTC | |
by blue_cowdawg (Monsignor) on Apr 26, 2013 at 15:26 UTC | |
by hulketa (Initiate) on Apr 28, 2013 at 14:13 UTC | |
by hdb (Monsignor) on Apr 28, 2013 at 14:36 UTC | |
|
Re: how to acces data in JSON
by Anonymous Monk on Apr 26, 2013 at 14:45 UTC |