Skip to content

Commit 7688f20

Browse files
Update README.md
1 parent c6a3203 commit 7688f20

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11

2+
# JSON 2 Tree [![Downloads](https://pepy.tech/badge/json2tree)](https://pepy.tech/project/json2tree)
3+
A python library to create HTML tree view from JSON files.
4+
This can also be used as a command line tool for the same purpose.
5+
6+
27
<img src="J2T.jpg" height=400px />
3-
<img src="
4-
https://static.pepy.tech/personalized-badge/json2tree?period=month&units=international_system&left_color=black&right_color=orange&left_text=Downloads">
58

69
[](mdtoc)
710
# Table of Contents
811

9-
* [JSON 2 Tree](#json-2-tree)
1012
* [Getting Started](#getting-started)
1113
* [Installation](#installation)
1214
* [Usage](#usage)
@@ -15,10 +17,6 @@ https://static.pepy.tech/personalized-badge/json2tree?period=month&units=interna
1517
* [Contributors](#contributors)
1618
[](/mdtoc)
1719

18-
19-
# JSON 2 Tree
20-
A python library to create HTML tree view from JSON files.
21-
This can also be used as a command line tool for the same purpose.
2220
# Getting Started
2321
## Installation
2422
- Install usig pip `pip install json2tree`

0 commit comments

Comments
 (0)