JSFiddle - React, Tailwind, and code Playground

by ChrisStanyon

JavaScript

const json = {
"jtis_journey_list" : {
	"$" : {},
  "jtis_journey_time" : [{
	  "LOCATION_ID": ["H11"],
    "DEST_ID": ["8"]
  }]
}}

console.log(json.jtis_journey_list.jtis_journey_time[0].LOCATION_ID[0])