XML에서 JSON로 변환
XML 피드나 내보내기 파일을 JSON으로 옮기면 읽기 쉬워지고 코드로 다루기도 훨씬 편해집니다.
원본
To
XML
A tag-based data format still common in enterprise systems, feeds, and older APIs.
JSON
The data format of the web. Structured, readable, and understood by every programming language.