Not converting empty array inside of an array to XML (ignoring property) #231
Unanswered
alexghattas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a large json structure, that we convert to an associative array.
The structure looks something like this:
It seems like when we have an array of values, and one of those values is an empty array or a string, it ignores the value, and does not create the XML property for it
so in the above scenario, we have 5 properties in lastLive
what is currently is happening is this:
but what I need is:
has anyone run into something similar?
Beta Was this translation helpful? Give feedback.
All reactions