|
|
|
|
|
by leonim
2025 days ago
|
|
Yes, vd does a nice job on JSON data. To open nested data you can use the expand-col (keyboard shortcut "(") command, and the unfurl-col "zM" command. You can also use the pyobj-cell "z^Y" command to explore single cell as a table. A single cell can be a whole nested part of your JSON data. Also, the transpose "t" command is useful when working with JSON that is an object with a lot of keys. |
|