from Hacker News

Chidley: XML to JSON Converter (Go)

by gnewton77 on 8/28/14, 2:14 PM with 2 comments

  • by gnewton77 on 8/28/14, 2:15 PM

    chidley creates Go structs from XML. It can also generate code for a Go program that will convert the given XML to JSON or back to XML. Works on huge files by supporting XML decoding streaming. Tested on 137GB wikipedia XML file (and many others). Handles XML namespaces. -Author