I'm using JSONIX 2.0.12 and it's awesome.
I have a large XML file for which I only care to deserialize a subset of elements to JSON.
When I leave some elements out of my mapping file, jsonix complains with an unexpected element error when deserializing.
Is there a way to have jsonix only pay attention to elements declared in my mapping and ignore the rest of the xml?