Mirage:
jsonpath: in the exam if they say to write some fields from nodes json in file. does somene has to use jsonpath ir i can just vim that file and directly paste it ? if i can just see that info i can just copy paste it rather waste time with jsonpath ?
Daz Mac:
Depends what they ask for.
If they say “output in json” = doing -o json (normally they don’t say what fields)
Or
If they say “Get x and y fields put it in text file” = however you like as long as it is in specified format.