********JSON, XML // book 도서목록 추출하기
XML 배꼽 오쑈 라지니쉬 8,100 화폐전쟁 쑹훙빙 18,000 4차산업혁명 최진기 15,120 달러이야기 홍익희 22,500 JSON [ { "title":"제4차산업혁명", "author":"최진기", "price":"15,120" }, { "title":"화폐전쟁", "author":"쑹훙빙", "price":"18,000" }, { "title":"달러이야기", "author":"홍익희", "price":"22,500" }, { "title":"배꼽", "author":"오쏘 라지니쉬", "price":"8,100" } ]
JSON// tabel// key 포함값가져오기
방법1. 방법2. jsondata.json [ { "name":"정수동", "age":24, "address":"광진구", "tel":"123-123" }, { "name":"홍길동", "age":26, "address":"강남구", "tel":"456-153" }, { "name":"성춘향", "age":16, "address":"마포구", "tel":"865-234" }, { "name":"홍두께", "age":23, "address":"은평구", "tel":"973-113" } ]