Is there a way to prevent FXP from returning an array of named objects? #510
Closed
oriongonza
started this conversation in
General
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
Uh oh!
There was an error while loading. Please reload this page.
-
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