
ArthurSonzogni/json-tui: A JSON terminal UI made in C++ - GitHub
A JSON terminal UI made in C++. Contribute to ArthurSonzogni/json-tui development by creating an account on GitHub.
json-tui - Arthur Sonzogni
json-tui is a terminal UI to visualize JSON. Features. Interactive: Use keyboard or mouse to scroll/expand objects. Colors; Responsive: Adapt to the terminal dimensions. Very long text values are wrapped on several lines. Cross-platform: Windows, Linux, MacOS. Small: ~0.7MB all included. Zero dependencies.
JSON-TUI 项目下载及安装教程 - GitCode博客
2024年12月7日 · json-tui 是一个用 c++ 编写的 json 终端用户界面(tui)工具。它允许用户在终端中以交互方式查看和操作 json 数据。json-tui 具有以下特点: 交互性:支持键盘和鼠标操作,可以滚动和展开 json 对象。 响应性:根据终端尺寸自动调整显示内容,长文本值会自动换行。
探索数据之美:json-tui - 交互式JSON查看器 - GitCode博客
这是一个轻量级的命令行工具,它将复杂的JSON数据转化为互动且色彩鲜明的终端界面,让你可以在终端内轻松浏览和导航。 json-tui 基于C++开发,其代码库仅约400行,简洁而强大。 它依赖于小巧的 FTXUI 库,实现了响应式的布局,能适应各种尺寸的终端窗口,并且能够在不同的操作系统上无缝运行,包括Windows、Linux和MacOS。 最令人惊喜的是,这个工具几乎没有任何额外的安装需求,只需使用CMake即可轻松构建。 对于开发者来说, json-tui 不仅是一个实用的工 …
JSON-TUI 开源项目指南及常见问题解答 - CSDN博客
2024年11月5日 · JSON-TUI 是一个由 C++ 编写且跨平台的终端用户界面工具,专门用于以互动方式查看 JSON 数据。 它采用了 FTXUI 库来实现界面,遵循 MIT 许可证。 此项目设计精巧,轻量级(约0.7MB),无需额外依赖,支持Windows、Linux以及MacOS操作系统,允许用户通过键盘或鼠标来轻松浏览和扩展JSON对象,其文本显示能够自动适应终端窗口大小,并具备长文本换行功能。 问题:新手可能因为未正确设置C++编译环境而遇到构建失败。 解决步骤: 确保已安 …
TUISYS/json_demo: TUI `JSON`数据结构接口实现,` ... - GitHub
TUI V2.1 以上版本支持对json数据结构的解析和创建,tjson对开源的cjson进行了优化,支持带注释的json文件(如:/* */和//),整形数据支持十六进制的表达(如:0x123ABC)。
推荐文章:探索JSON数据的新视界 —— json-tui - CSDN博客
2024年8月28日 · json-tui,顾名思义,是一个终端界面下的JSON解析工具,它以创新的交互体验重新定义了JSON的可视化方式。 借助其强大功能,无论是开发者还是日常的数据处理者都能轻松地在命令行中浏览和导航JSON结构,让数据变得一目了然。
Arthur Sonzogni
json-tui is a terminal UI to visualize JSON. Interactive: Use keyboard or mouse to scroll/expand objects. Responsive: Adapt to the terminal dimensions. Very long text values are wrapped on several lines. Cross-platform: Windows, Linux, MacOS. Small: ~0.7MB all included. Zero dependencies. The output is displayed inline with the previous commands.
JSON TUI 项目使用教程 - CSDN博客
2024年8月26日 · json tui 项目没有传统的配置文件,其配置主要通过命令行参数和环境变量进行。 具体的配置选项可以在 README.md 文件中找到。 以上是 JSON TUI 项目的基本使用教程,希望对您有所帮助。
FreshPorts -- misc/json-tui: JSON terminal UI made in C++
2023年1月15日 · json-tui is a JSON terminal UI made in C++. Features: * Interactive: Use keyboard or mouse to scroll/expand objects. * Colors * Responsive: Adapt to the terminal dimensions. Very long text values are wrapped on several lines. * Cross-platform * The output is displayed inline with the previous commands. Meaning you can still see the json after ...