Code Monkey home page Code Monkey logo

json2tree's Introduction

Table of Contents

JSON 2 Tree

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.

Getting Started

Installation

  • 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 .
  • Soon pip package will be released too.

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

Watchers

 avatar

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.