Skip to content

Commit

Permalink
docs: modify feature description
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Apr 14, 2024
1 parent 7f987fb commit 5ae5c61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
## Features

- View, edit, format, validate, compact, sort, query, filter, transform, repair, highlight JSON
- 3 edit modes: text mode & tree mode & table mode, 2-way binding
- 3 edit modes: text mode & tree mode & table mode
- 2 themes: light theme & dark theme
- 2-way binding: [parsed or stringified JSON](#parsed-json-vs-stringified-json)
- Handle large JSON documents up to 512 MB
- Support all 7 primitive data types including `BigInt` and `Symbol`
- Vue 2.6/2.7/3 isomorphic
Expand Down
3 changes: 2 additions & 1 deletion docs/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
## 特性

- 预览、编辑、格式化、校验、压缩、排序、查询、过滤、转换、修复、高亮 JSON
- 3 种编辑模式:文本模式 & 树形模式 & 表格模式,双向绑定
- 3 种编辑模式:文本模式 & 树形模式 & 表格模式
- 2 种主题:浅色主题 & 深色主题
- 双向绑定:[parsed 或 stringified JSON](#parsed-json-vs-stringified-json)
- 支持高达 512 MB 的大型 JSON 文档
- 支持全部 7 种原始数据类型包括 `BigInt` and `Symbol`
- Vue 2.6/2.7/3 一体通用
Expand Down

0 comments on commit 5ae5c61

Please sign in to comment.