Live data from Hacker News

Chidley: XML to JSON Converter (Go)

github.com

1–3 of 3 posts

Re: Chidley: XML to JSON Converter (Go)

#2
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

Re: Chidley: XML to JSON Converter (Go)

#3

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

Sorry, forget link: https://github.com/gnewton/chidley