|
33 | 33 |
|
34 | 34 | ## Features
|
35 | 35 |
|
36 |
| -- View, edit, format, validate, compact, sort, query, filter, transform, repair, highlight JSON |
37 |
| -- 3 edit modes: text mode & tree mode & table mode |
38 |
| -- 2 themes: light theme & dark theme |
39 |
| -- 2-way binding: [parsed or stringified JSON](#parsed-json-vs-stringified-json) |
40 |
| -- Handle large JSON documents up to 512 MB |
41 |
| -- Support all 7 primitive data types including `BigInt` and `Symbol` |
42 |
| -- Vue 2.6/2.7/3 isomorphic |
43 |
| -- Support SSR, Nuxt 2/3 isomorphic |
44 |
| -- Support Vite, Vue CLI, webpack, CDN... |
45 |
| -- Support microfrontends ([wujie](https://github.com/Tencent/wujie), [qiankun](https://github.com/umijs/qiankun), [single-spa](https://github.com/single-spa/single-spa)...) |
46 |
| -- Local registration & configuration, or global registration & configuration (Powered by [vue-global-config](https://github.com/cloydlau/vue-global-config)) |
| 36 | +- Performant |
| 37 | + - Handle large JSON documents up to 512 MB |
| 38 | +- Powerful |
| 39 | + - View, edit, format, validate, compact, sort, query, filter, transform, repair, highlight JSON |
| 40 | + - 7 primitive data types including `BigInt` and `Symbol` are supported |
| 41 | + - 3 edit modes: text mode & tree mode & table mode |
| 42 | + - 2 themes: light theme & dark theme |
| 43 | + - 2-way binding: [parsed or stringified JSON](#parsed-json-vs-stringified-json) |
| 44 | +- Flexible |
| 45 | + - Vue 2.6/2.7/3 isomorphic |
| 46 | + - Support SSR, Nuxt 2/3 isomorphic |
| 47 | + - Support Vite, Vue CLI, webpack, CDN... |
| 48 | + - Support microfrontends ([wujie](https://github.com/Tencent/wujie), [qiankun](https://github.com/umijs/qiankun), [single-spa](https://github.com/single-spa/single-spa)...) |
| 49 | + - Local registration & configuration, or global registration & configuration (Powered by [vue-global-config](https://github.com/cloydlau/vue-global-config)) |
47 | 50 |
|
48 | 51 | <br>
|
49 | 52 |
|
|
0 commit comments