I want to convert XML to JSON in Java but most of the answers focus on converting all tags in XML to JSON. But my requirement is to skip some of the tags and convert remaining tags to JSON. Any help would be appreciable. I want to convert XML to JSON in Java but most