Xbasic
json_from_xml_OData Function
Syntax
C json = json_from_xml_OData(xmlText as C [,topTag as C [,options as C ]])
Arguments
- xmlTextCharacter
- topTagCharacter
- optionsCharacter
Description
Takes OData format xml, which is basically feed xml. Feeds are a number of items. Allows you to convert xml that has been retrieved from a service that has Atom xml output of OData 2.0 or earlier.
See Also