gnewton / chidley

Convert XML to Go structs / XML to JSON
Apache License 2.0
274 stars 35 forks source link

Add support to generate Java classes for ig-json-parser #4

Open gnewton opened 10 years ago

gnewton commented 10 years ago

In addition to supporting the creation of Java/JAXB classes, also support the creation of ig-json-parser Java classes.

https://github.com/Instagram/ig-json-parser

gnewton commented 10 years ago

The json of interest here is the json that chidley has converted from XML. The classes generated by chidley for ig-json-parser are for the same json created by the chidley XML->json application.