Often when using Kap and I'm working with data coming from REST endpoints, I was getting annoyed that it was difficult to get a nice overview of JSON data in particular, since it doesn't have a nice array-based representation.
Of course, once you have a grasp of the data, it's easy to transform it, so how do you get that grasp? Well, a tree-based display is useful, so I implemented one. Here's a video showing what it looks like.
This is the first draft, and I do intend to improve it once it becomes obvious what's needed.
https://youtu.be/n3W4rZfLzCo
#kap #apl #programming