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: 2 months ago
JSON representation
a Library to Display JSON data in a nice way with HTML and CSS
- Host: GitHub
- URL: https://github.com/neknaj/jsonviewer
- Owner: neknaj
- License: mit
- Created: 2023-11-25T16:38:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T20:56:46.000Z (over 2 years ago)
- Last Synced: 2025-12-25T19:55:01.171Z (6 months ago)
- Topics: css, html, json, library, website
- Language: JavaScript
- Homepage: https://neknaj.github.io/jsonviewer
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.ja.md
- License: LICENSE
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