Giter VIP home page Giter VIP logo

blotjson's Introduction

blotjson

blotjson is a tool to help you make sense of API responses by displaying JSON in a browser,
directly from backend code where the JSON is received


Why blotjson?

  • There is no need to copy/paste or export your data
  • Everything is done locally on your own computer
  • An arbitrary number of JSON datum can be easily visualised

Basic Usage

Node.js

Installation

npm i --save-dev blotjson

Example

const blot = require('blotjson');

blot.visualise(JSON.stringify(
  { 'bar': null, 'baz': 1.0 }
));

For further details on how to use blotjson on Node.js, go here

Acknowledgements

The design of displaying the data is in part inspired by Swagger

blotjson's People

Contributors

arsalan0c avatar saad-haider-pp avatar umergta avatar

Stargazers

 avatar

Watchers

 avatar

blotjson's Issues

frontend: expand/collapse all should have separate buttons

Since the state of an object (whether it is collapsed or not) can be modified using the individual buttons, having expand/collapse all in the same button results in lower flexibility and can lead to inconsistencies in the state of the button versus the data being shown.

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.