Giter VIP home page Giter VIP logo

json2tree's Introduction

JSON 2 Tree Downloads

A python library to create HTML tree view from JSON files. This can also be used as a command line tool for the same purpose.

Table of Contents

Getting Started

Installation

  • Install usig pip pip install json2tree

    or

  • Clone this repo by running following command git clone https://github.com/abhaykatheria/json2tree
  • CD into the cloned repo
  • Install using following command pip install .

Usage

You can invoke the cli with typing json2tree command. There are 2 necessary arguments -

  • -j : this flag will take the input json file.
  • -o : this flag will set up the output file.

There is a third theme flag

  • -t : this can be used to set the theme of html output.

Sample command

json2tree -j example.json -o output.html -t 1

Themes

Currently there are only 2 themes.

  • Theme 1

image

  • Theme 2

image

Contributors

@abhaykatheria @m1-key

json2tree's People

Contributors

abhaykatheria avatar m1-key avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

m1-key shalevy1

json2tree's Issues

Open To First Level

Hello,
Is it possible to open the tree to the first level as part of the generation of the html?

Refactoring of code

The code needs to be refactored and certain nonuseful functions need to be removed.

AttributeError: 'list' object has no attribute 'items'

Regardless of input, I get this error. Python 3.11.6 on MacOS Sonoma 14.2 (23C64).

$ json2tree -j base.json -o output.html

Traceback (most recent call last):
  File "~/folder/bin/json2tree", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "~/folder/lib/python3.11/site-packages/json2tree/__main__.py", line 62, in main
    run(args)
  File "~/folder/lib/python3.11/site-packages/json2tree/__main__.py", line 31, in run
    html_string = readJSON(args.json, args.theme)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "~/folder/lib/python3.11/site-packages/json2tree/__main__.py", line 18, in readJSON
    html_string = html_1.create_html_report(json_data)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "~/folder/lib/python3.11/site-packages/json2tree/theme_1/html.py", line 104, in create_html_report
    report = report + '\n' + report_dict_to_html(report_dict)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "~/folder/lib/python3.11/site-packages/json2tree/theme_1/html.py", line 95, in report_dict_to_html
    html_string = html_string + dict_handler(dict_obj, 0)
                                ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "~/folder/lib/python3.11/site-packages/json2tree/theme_1/html.py", line 63, in dict_handler
    for k, v in dict_obj.items():
                ^^^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'items'

I tried with a base file, containing just:

[{"a":"b"}]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.