Note that there are some explanatory texts on larger screens.

plurals
  1. POPHP JSON_DECODE health data
    primarykey
    data
    text
    <p>I've read all the JSON_DECODE postings and can't figure out how to parse this mashery code.</p> <p>Here's the source:</p> <pre><code>[{ "packageInfo": [ { "ndc3Segment": "58406-435-04", "packageDescription": "4 SYRINGE in 1 CARTON (58406-435-04) &gt; 1 mL in 1 SYRINGE (58406-435-01) " } ], "unit": "mg/mL", "strength": "50", "nda": "BLA103795", "proprietaryName": "ENBREL", "nonProprietaryName": "etanercept", "dosageFormname": "SOLUTION", "routeName": "SUBCUTANEOUS", "startMarketing_date": "Thu Oct 06 00:00:00 EDT 2005", "endMarketing_date": "", "labelerName": "Immunex Corporation", "substanceName": "ETANERCEPT", "ndc2Segment": "58406-435" }, { "packageInfo": [ { "ndc3Segment": "58406-445-04", "packageDescription": "4 SYRINGE in 1 CARTON (58406-445-04) &gt; 1 mL in 1 SYRINGE (58406-445-01) " } ], "unit": "mg/mL", "strength": "50", "nda": "BLA103795", "proprietaryName": "ENBREL", "nonProprietaryName": "etanercept", "dosageFormname": "SOLUTION", "routeName": "SUBCUTANEOUS", "startMarketing_date": "Thu Nov 10 00:00:00 EST 2005", "endMarketing_date": "", "labelerName": "Immunex Corporation", "substanceName": "ETANERCEPT", "ndc2Segment": "58406-445" }, { "packageInfo": [ { "ndc3Segment": "58406-425-34", "packageDescription": "4 KIT in 1 CARTON (58406-425-34) &gt; 1 KIT in 1 KIT (58406-425-41) * 1 mL in 1 VIAL * 1 mL in 1 SYRINGE (58406-910-01) " } ], "unit": "", "strength": "", "nda": "BLA103795", "proprietaryName": "ENBREL", "nonProprietaryName": "etanercept", "dosageFormname": "KIT", "routeName": "", "startMarketing_date": "Thu Jan 02 00:00:00 EST 2003", "endMarketing_date": "", "labelerName": "Immunex Corporation", "substanceName": "", "ndc2Segment": "58406-425" }, { "packageInfo": [ { "ndc3Segment": "54868-4782-0", "packageDescription": "4 KIT in 1 CARTON (54868-4782-0) &gt; 1 KIT in 1 KIT * 1 mL in 1 VIAL * 1 mL in 1 SYRINGE" } ], "unit": "", "strength": "", "nda": "BLA103795", "proprietaryName": "ENBREL", "nonProprietaryName": "etanercept", "dosageFormname": "KIT", "routeName": "", "startMarketing_date": "Wed Apr 30 00:00:00 EDT 2003", "endMarketing_date": "", "labelerName": "Physicians Total Care, Inc.", "substanceName": "", "ndc2Segment": "54868-4782" }, { "packageInfo": [ { "ndc3Segment": "54868-5444-0", "packageDescription": "4 SYRINGE in 1 CARTON (54868-5444-0) &gt; 1 mL in 1 SYRINGE" } ], "unit": "mg/mL", "strength": "50", "nda": "BLA103795", "proprietaryName": "ENBREL", "nonProprietaryName": "etanercept", "dosageFormname": "SOLUTION", "routeName": "SUBCUTANEOUS", "startMarketing_date": "Thu Oct 06 00:00:00 EDT 2005", "endMarketing_date": "", "labelerName": "Physicians Total Care, Inc.", "substanceName": "ETANERCEPT", "ndc2Segment": "54868-5444" }, { "packageInfo": [ { "ndc3Segment": "58406-455-04", "packageDescription": "4 SYRINGE in 1 CARTON (58406-455-04) &gt; .5 mL in 1 SYRINGE (58406-455-01) " } ], "unit": "mg/.5mL", "strength": "25", "nda": "BLA103795", "proprietaryName": "ENBREL", "nonProprietaryName": "etanercept", "dosageFormname": "SOLUTION", "routeName": "SUBCUTANEOUS", "startMarketing_date": "Thu Nov 10 00:00:00 EST 2005", "endMarketing_date": "", "labelerName": "Immunex Corporation", "substanceName": "ETANERCEPT", "ndc2Segment": "58406-455" }] </code></pre> <p>All the nests JSONs I see have a top level universal data name, this appears to have "packageInfo" as the record top, but I thought there needed to be an object superior to "packageInfo" to hold them all. I must be wrong.</p> <p>How would I print every "proprietaryName"?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload