How to convert JSON to XML in C# java

Viewed 17

I am trying to convert MyObject to XML with NewtonSoft.

I did not found directly convert an object to XML doc in NewtonSoft docs (NwetonSOftDocs)

So i thinked, i can firstly convert MyObject to JSON then i can convert to XML but it did not work.

0 Answers
Related