While I feel pretty confident with jsonpath, I was just wondering, worst case sc . . .

Apaar Sharma:
while I feel pretty confident with jsonpath, I was just wondering, worst case scenario what if i just type the expected output to the file, does the evaluation just read the file ?

PR:
where did you practiced json to feel confident?

srikanth arani:
I really had hard time going through huge files, specially describing nodes and deployment ones. any tips you could share highly appreciated.

Apaar Sharma:
it was easy for me coz I have experience working with JSON in ARM templates and scripting azure RM info. a tip would be to find a specific property just do a “-o=json” for a single resource. for exaple instaed of doing a “k get node -o json” do a “k get node node01 -o json”.

PR:
@Apaar Sharma-can you give little more tips on json path