Skip to content
Advertisement

How to convert an xml into a json using gson library

I have to convert a XML using gson library into a JSON

i haven´t found how to do it using gson library(java)

Advertisement

Answer

You could use Jackson to do this:

import these libraries:

JavaScript

then do this in your class:

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement