SPXmlToJson is just going to convert the data returned from the call from XML to JSON. Then you need to do something with it.
In most cases, I just parse the XML directly. The exanmples on the GetListItems documentation page ought to help.
M.
SPXmlToJson is just going to convert the data returned from the call from XML to JSON. Then you need to do something with it.
In most cases, I just parse the XML directly. The exanmples on the GetListItems documentation page ought to help.
M.