What kind of tool do I use if I want to automatically generate code in multiple languages for parsing text conforming a (e.g. JSON) schema to objects/structs, based on a given schema?
I already found a bunch of JSON schema validators, but I also want my text->typed object code to be fully generated.
#programming