1.0.25 • Published 1 month ago

w-jsonview-table v1.0.25

Weekly downloads
2
License
MIT
Repository
github
Last release
1 month ago

w-jsonview-table

A wrapper for json.human.js.

language npm version license gzip file size npm download npm download jsdelivr download

Documentation

To view documentation or get support, visit docs.

Example

To view some examples for more understanding, visit examples:

small data: ex-small.html [source code]

large data: ex-large.html [source code]

formatter: ex-formatter.html [source code]

Installation

Using npm(ES6 module):

Note: w-jsonview-table is not dependent on any package.

npm i w-jsonview-table

By import:

import jv from 'w-jsonview-table'

let data={a1:123,b1:'xyz',c1:1.2,3.4,'5.6',false,d1:{cid:'WK2WHS',name:'peter',unique:false}} let ele=document.querySelector('#id')

jv(data, element)

### In a browser(UMD module):
Add script for w-jsonview-table.
```alias
<script src="https://cdn.jsdelivr.net/npm/w-jsonview-table@1.0.25/dist/w-jsonview-table.umd.js"></script>

Directly use:

let jv=window['w-jsonview-table']

let data={a1:123,b1:'xyz',c1:[1.2,3.4,'5.6',false],d1:{cid:'WK2WHS',name:'peter',unique:false}}
let ele=document.querySelector('#id')

jv(data, ele)
1.0.25

1 month ago

1.0.24

2 months ago

1.0.22

1 year ago

1.0.23

1 year ago

1.0.21

2 years ago

1.0.19

2 years ago

1.0.20

2 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago