Giter VIP home page Giter VIP logo

cn-tower / zjson Goto Github PK

View Code? Open in Web Editor NEW
72.0 6.0 18.0 91.44 MB

A powerful online JSON formatting and editing tools. 一个强大的JSON格式化和编辑工具,支持非正常JSON格式化和错误提示。

Home Page: https://www.zjson.net

JavaScript 41.11% HTML 3.38% CSS 19.45% TypeScript 9.77% Shell 0.02% Vue 25.76% SCSS 0.51%
express json ngx ngx-bootstrap ngx-translate json-editor json-editor-online mean-stack json-parser

zjson's Introduction

ZJSON | 转杰森

An online JSON formatting tool.
一个在线JSON格式化工具

New version | 新版本

  • Supports non-standard JSON parsing and provides error prompts.
  • 支持非标准JSON解析和错误提示
  • Supports JSON escape, unescape, compression, k-v quotation mark settings, etc.
  • 支持JSON转义、反转义、压缩、键值引号设置等功能
  • Supports local archiving and opening historical archives.
  • 支持本地保存和读取
  • Supports light and dark themes and ZhCn-UsEn i18n.
  • 支持深浅双色主题和中英文国际化
  • Supports multi-task tabs.
  • 支持多任务标签页
  • Supports document comparison and code editing.
  • 支持文件对比和代码编辑

Technology stack | 技术栈

Screenshorts | 截图

JSON formatter | JSON格式化


Documents comparison | 文件对比


Code editing | 代码编辑


Feedback | 问题反馈

To report bugs or provide suggestions, you can submit an issue, or add my WeChat, or join the zjson QQ group

反馈BUG和提意见,可以给我提issue、加我微信或者加转杰森QQ群

Patronage | 请喝茶

As you can see, zjson is a free, ad-free and pure website, with its code fully open-source. However, the domain name, certificate, server, and maintenance require cost and effort. If you think zjson helpful, you can donate me a cup of tea. Thank you!

如您所见,转杰森是一个完全免费且无任何广告的纯净的工具网站,代码也是完全开源的。而网站的域名、证书、服务器和维护却需要费用和精力,如果您觉得转杰森对你有帮助,不妨请我喝杯茶,感谢!

zjson's People

Contributors

cn-tower avatar dependabot[bot] avatar harukama avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

zjson's Issues

docker构建

基于node镜像

FROM node:lts-alpine

设置工作目录

WORKDIR /app

复制所有文件到工作目录

COPY . .

安装依赖

RUN npm install --registry=https://registry.npm.taobao.org

暴露端口

EXPOSE 4200

启动容器时运行npm start

CMD ["npm", "start"]

能否添加一个Dockerfile用于镜像构建

zjson的GPU占用率教高

CPU Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz 3.19 GHz

GPU 为CPU自带的核显 Intel(R) UHD Graphics 630 平均每个zjson进程占用5%的GPU

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.