You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zengwei b20740f56a
一些变动,添加了vaultwarden
2 years ago
..
.github 一些变动,添加了vaultwarden 2 years ago
public 一些变动,添加了vaultwarden 2 years ago
src 一些变动,添加了vaultwarden 2 years ago
.dockerignore 一些变动,添加了vaultwarden 2 years ago
.env.development 一些变动,添加了vaultwarden 2 years ago
.env.production 一些变动,添加了vaultwarden 2 years ago
.eslintrc.json 一些变动,添加了vaultwarden 2 years ago
.gitignore 一些变动,添加了vaultwarden 2 years ago
.prettierignore 一些变动,添加了vaultwarden 2 years ago
.prettierrc 一些变动,添加了vaultwarden 2 years ago
CODE_OF_CONDUCT.md 一些变动,添加了vaultwarden 2 years ago
CONTRIBUTING.md 一些变动,添加了vaultwarden 2 years ago
Dockerfile 一些变动,添加了vaultwarden 2 years ago
LICENSE 一些变动,添加了vaultwarden 2 years ago
README.md 一些变动,添加了vaultwarden 2 years ago
default.conf 一些变动,添加了vaultwarden 2 years ago
docker-compose.yml 一些变动,添加了vaultwarden 2 years ago
next-env.d.ts 一些变动,添加了vaultwarden 2 years ago
next.config.js 一些变动,添加了vaultwarden 2 years ago
package.json 一些变动,添加了vaultwarden 2 years ago
pnpm-lock.yaml 一些变动,添加了vaultwarden 2 years ago
sentry.client.config.ts 一些变动,添加了vaultwarden 2 years ago
sentry.edge.config.ts 一些变动,添加了vaultwarden 2 years ago
sentry.server.config.ts 一些变动,添加了vaultwarden 2 years ago
tsconfig.json 一些变动,添加了vaultwarden 2 years ago

README.md

JSON Crack

JSON Crack | VS Code Extension | Documentation

An innovative, open source data visualization app.
Brings data to life through captivating graphs.


JSON Crack - Simple visualization tool for your JSON data. | Product Hunt

Product Preview

JSON Crack (jsoncrack.com)

JSON Crack is a free, open-source data visualization app capable of visualizing data formats such as JSON, YAML, XML, CSV and more, into interactive graphs. With its intuitive and user-friendly interface, JSON Crack makes it easy to explore, analyze, and understand even the most complex data structures. Whether you're a developer working on a large-scale project or a data enthusiast looking to uncover hidden insights, JSON Crack has the tools and features you need to unlock the full potential of your data.

Features

  • 💯 Free & open-source.
  • 🌓 Dark mode.
  • 🖼️ Export to PNG, SVG, JPEG & clipboard.
  • 🔍 Zoom and panning support with touch gestures.
  • 🛠 Wide range of tools - search, json path, node contents, expand/toggle, auto format...
  • 🔗 Share/Import/Fetch
  • 🧱 Embeddable iframe widgets.

Contributing

Sponsors & support

If you like the project, you can become a sponsor at GitHub Sponsors or use Premium.

Running Locally

Local

After cloning the repository, run the following commands:

# Install the packages
pnpm install

# Start development server
# Then the development server will run at http://localhost:3000
pnpm dev

Docker

🐳 A Dockerfile is provided in the root of the repository. If you want to run JSON Crack locally:

# Build a Docker image with:
docker build -t jsoncrack .

# Run locally with `docker run`
docker run -p 8888:8080 jsoncrack

# Run locally with `docker-compose`
docker-compose up -d

# Go to http://localhost:8888

Thank you for supporting JSON Crack

Last but not least, we're thankful to these companies for offering their services for free:

Sentry