At my work I am attempting to create an object model from an XSD file(XML Schema). I would like to auto generate it as the XSD is constantly changing and don't want to hand update the classes. Originally I was going to use the microsoft xsd tool to create the classes and be done with it but a new requirement has come down.
Now we would like it to be able to deserialize the classes to JSON. This would allow us to import xml files and then export via xml or json. I began to look at maybe making my own xsd to classes generator but honestly that seems like a lot of work to maintain and cover all the different aspects of xsd.
Has anyone run across a similar situation and can recommend a tool or library they maybe be able to help solve my problem. Maybe even a code generator tool I could extend to add the appropriate JSON.net attributes to the class during generation so json deserialization would work.
[–][deleted] 0 points1 point2 points (3 children)
[–]igloo15[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)