Skip to content
Discussion options

You must be logged in to vote

If you use the array syntax, each item in the array is a segment in the resulting member path.
So if you want a member path "data.relationships.user.id" you need [nameof(JObjectPayload.data), nameof(JObjectPayload.data.relationships), nameof(JObjectPayload.data.relationships.user), nameof(JObjectPayload.data.relationships.user.id)].

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@burnmw1987
Comment options

Answer selected by burnmw1987
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants