Get a list of itemGroupData object names #17
chowsanthony
started this conversation in
User Stories
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.
-
Querying JSON can be done either using JSON Pointer (Published RFC) or JSONPath (Draft RFC).
JSON Pointer requires a predetermined path and does not support wildcards. Meanwhile, JSONPath is still evolving as a standard, and different vendors offer varying levels of wildcard support, or lack of.
It could be useful to have an endpoint that returns a list of itemGroupData object names. For example, it will return
['IG.CM']
from this file. In other words,$..itemData
or$.referenceData.itemGroupData.*.itemData
may not be well supported:Beta Was this translation helpful? Give feedback.
All reactions