Home > database > Can I use the Newtonsoft JSON .NET library with my Excel VBA Macro to convert JSON to XML using Dese
Can I use the Newtonsoft JSON .NET library with my Excel VBA Macro to convert JSON to XML using Dese
Time:08-25
I am trying to convert a JSON string to XML string in my excel macro, and I found out that Newtonsoft's json .net library has a DeserializeXmlNode method in JsonConvert (