Linux 软件免费装
Banner图

jsonyo — JSON Toolkit

开发者 voiddo
更新时间 2026年5月20日 15:52
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

json developer tools rest api webhooks wp admin json formatter json validator json toolkit jsonpath jmespath

下载

1.0.0

详情介绍:

jsonyo is a lightweight JSON toolkit that lives in wp-admin. Open it from Tools → JSON Toolkit and you get a clean code-editor-style workbench for everything JSON. It is especially useful when you are working with: Six modes, one panel: Zero data leaves your browser Every operation runs entirely in your browser via JavaScript. No external API call, no analytics, no upload. We never see your JSON. This means jsonyo works on private/internal JSON, on disconnected staging sites, on WordPress installs behind firewalls. Why a wp-admin plugin and not just a website? If you live in wp-admin (debugging REST API responses, inspecting block editor JSON, working with custom field exports, tracing webhook payloads), having a JSON workbench one click away beats opening a tab to an external tool. Same engine, same Surgical aesthetic, same monospace clarity — but it's already there when you need it. Free forever This plugin has no paid tier, no upsell, no "Pro" upgrade. It's free, GPLv2, and stays that way. The goal is simple: give WordPress developers a fast, private JSON workbench where they already work. If you are deciding whether to install, start with the comparison page: https://voiddo.com/wordpress/jsonyo/compare/

安装:

  1. Upload the plugin folder to /wp-content/plugins/ or install via Plugins → Add New
  2. Activate through the Plugins menu
  3. Open Tools → JSON Toolkit in your WP admin
  4. If you're evaluating it first, read the compare page above and then install from WordPress.org
That's it. No config, no API key, no setup wizard.

屏幕截图:

  • Validate mode — pass/fail status with stats summary
  • Query mode — JSONPath query with breadcrumb path indicator
  • Diff mode — side-by-side comparison with added/removed/changed paths
  • Stats mode — quantitative breakdown of object structure

升级注意事项:

1.0.0 First release. No upgrade path needed.

常见问题:

Does this plugin send my JSON to any server?

No. Everything runs in your browser via JavaScript. The PHP side just renders the admin page shell.

Does it work on multisite?

Yes. Activate per-site or network-wide. Behavior is identical.

Does it work in older PHP?

Requires PHP 7.4+ (matches WordPress 6.0 minimums).

Is the source code open?

Yes — GPLv2 or later.

How do I report a bug or request a feature?

Email support@voiddo.com or open an issue on our GitHub.

Can I compare jsonyo before installing?

Yes. The vøiddo WordPress site includes a side-by-side comparison and install guide at https://voiddo.com/wordpress/jsonyo/compare/ for REST API debugging, ACF payloads, theme.json, and webhook workflows.

更新日志:

1.0.0 — 2026-04-30