What's the difference between EasyJsonParser and EasyXMLParser?

Both use the same dot notation access system but target different data formats. EasyJsonParser processes JSON data, EasyXMLParser processes XML data. Usage and functionality are basically the same.