XML to JSON in Rego #158
Unanswered
grubis
asked this question in
OPA and Rego
Replies: 1 comment
-
There's currently no such built-in function in Rego. You'd have to either do it outside of policy evaluation—either as part of building the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anyone share a clever method to convert an XML string to a JSON object in Rego? I'm using http GET and the result from this particular web service is XML.
Beta Was this translation helpful? Give feedback.
All reactions