Replies: 1 comment 3 replies
-
An array needs to be assigned to some property. Eg <things>
<thing blah="blah">blah
<thing blah="blah">blah</thing>
<thing blah="blah">blah</thing>
<thing blah="blah">blah</thing>
</thing>
<thing blah="blah">blah</thing>
<thing blah="blah">blah</thing>
</things> What would be your suggestion for above XML? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The xml
Will give me an object that contains an array of
thing: {whatever object}
Is there a way of just having an array of the objects? (ignoring thing)
Beta Was this translation helpful? Give feedback.
All reactions