Get data from two separate arrays of objects, both containing identical "key" names #4021
Unanswered
lilgrant22
asked this question in
Q&A
Replies: 1 comment
-
Yes, you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to get the data from this json message response:
The issue is that both of them I guess have the same key names (i.e. "name", "ip", "speed") and I need them to be stored to separate variables (i.e. i'll be setting the first name to variable name_5.1Node and the second name to name_5.99Node.
Is there a way to do this? Thanks
Beta Was this translation helpful? Give feedback.
All reactions