JSON形式の配列から始まるタイプの文字列から、指定した要素番号のデータを取り出します
JSONの配列から要素を取り出す
DataIndex=0 を指定した時の出力 Inデータ (JSON) [ { "name":"Molecule Man", "age": 29, "securetIndentity": "Dan Jukes", "powers": [ "Radiation resistance", "Turning tiny", "Radiation blast" ] }, { "name":"Molecule Uppercut", "age": 39, "securetIndentity": "Jane Wilson", "powers": [ "million tonne punch", "Damage resistance", "Superhuman reflexes" ] } ]
Directory {"name":"Molecule Man","age": 29,"securetIndentity":"Dan Jukes","powers":["Radiation resistance","Turning tiny","Radiation blast"]}