jsonhero-web
jsonhero-web copied to clipboard
JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. 🚀. Built with 💜 by the Trigger.dev team.
@D-K-P
As the title says, it would be really useful to customize the space/tab size in the code editor view.
Console.log statements that are useful in development are pointless in a production. So removed the console.log() from uriPreview.server.ts
@samejr has helpfully created a `ToastPopover` UI element that is ready to use for this issue [in the toast-ui branch](https://github.com/apihero-run/jsonhero-web/commit/6530e718723b9f3fa89a151e03f3c755b3329aaa). What we'd like to happen is if there is a...
# Envirorment: ## Hardware Apple MacBook Pro with M1 Pro chip. ## Software MacOS 12.4 npm test ```sh > test > jest PASS tests/formatStarCount.test.ts PASS tests/search.test.ts PASS tests/stableJson.test.ts PASS tests/relatedValues.test.ts...
It would be very helpful to me if you could ship a Dockerfile and build official images. Thanks for creating this project!
Allow deleting submitted json data or at least privating certain links
**What does this pull request do?** Some browsers had claimed the default shortcuts used in the app, this caused problems for some users when they were using the app. This...