json-tui
json-tui copied to clipboard
Feature request: ability to copy the JSON's value at the cursor's position
Move cursor to the target key that you want to copy value from.

Press smth like CMD+C to copy items's value as JSON format:
[
{
...
},
{
...
}
]
Sounds like a good idea!
I would like to find a dependency that:
- Is written in C or C++.
- Correctly use CMake.
- Do not require libraries to handle images like libpng libjpg. As much as possible, do not depends users to install libraries.
- Is cross-platform.
As far as I see, there are not yet one.
So I will have to wait for someone to do it, or do it myself in the future.