Hello everyone , i was doing the jsonpath exercises , is there any way i can see . . .

Anant Trivedi:
Hello everyone , i was doing the jsonpath exercises , is there any way i can see the json op structure in docs, (understanding the indentation over a large file is difficult),
Or does anyone have any vim OR less magic that may help

Vagif Gafar:
Nopeā€¦ try -o json for nodes and pods and try to memorize structure and objects in general. No other way to find a key/value in jsonpath

Todor Todev:
You can make use of the examples in the kubectl cheatsheet and adjust them to your needs:
https://kubernetes.io/docs/reference/kubectl/cheatsheet/