Open
Description
Even though most of the world is JSON, XML is still actively used and should be supported as a format, either by having its native function xml.unmarshal
accessible or by some sort of conversion method
What is the underlying problem you're trying to solve?
Parsing XML with Rego rulesets.
Describe the ideal solution
The ideal solution would probably be language support on par with JSON,
Describe a "Good Enough" solution
I guess we make a parser that converts xml to json to ease into it?