Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neknaj/jsonviewer

a Library to Display JSON data in a nice way with HTML and CSS
https://github.com/neknaj/jsonviewer

css html json library website

Last synced: 13 days ago
JSON representation

a Library to Display JSON data in a nice way with HTML and CSS

Awesome Lists containing this project

README

        

# Neknaj JSON_Viewer.js
JSONデータをHTMLとCSSでいい感じに表示します

## 使い方
1. `jsonviewer.js`と`jsonviewer.css`を読み込みます
```html

```
2. `showJSON`関数を呼び出します
```ts
showJSON( obj:object, elm:HTMLDivElement, defaultopen:boolean=false )
```

## サンプル
[./sample.html](./sample.html)

## ライセンス
MIT LICENSE