get-key Query #334
Unanswered
MailNSrinivasan
asked this question in
Q&A
Replies: 2 comments 6 replies
-
You have to do it in 2 steps.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Another way, in this case. Say the input is: {
"aa": "11",
"bb" : "22",
"cc" : {
"cc1": "33"
}
} Then you can do this transformation:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I need some help on the below while using get-key function
In the above code I am not able to get the value using a path like "cc.cc1" while using the get-key method. Is there any way I can achieve this. I can only get the path dynamically.
Thanks
Srini
Beta Was this translation helpful? Give feedback.
All reactions