• Stars
    star
    153
  • Rank 242,421 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 9 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

React JSON Viewer Component. View JSON in beautiful tabular format.

react-json-viewer

React JSON Viewer Component. View JSON in beautiful tabular format.

NPM JavaScript Style Guide

NPM version npm download

Install

npm install --save react-json-viewer

react-json-viewer

Usage

import React, { Component } from 'react';

import JSONViewer from 'react-json-viewer';

class Example extends Component {
  render() {
    return (
      <JSONViewer
        json={[
          {
            task: 'Learn React',
            done: true,
          },
          {
            task: 'Write Book',
            done: false,
          },
        ]}
      />
    );
  }
}

Demo

http://nsisodiya.github.io/react-json-viewer

JSFiddle Example

http://jsfiddle.net/nsisodiya/61fwqcg5/

What

alt pic alt pic

License

MIT Β© nsisodiya

More Repositories

1

flux-inside-web-workers

React Flux inside Web Workers
JavaScript
72
star
2

bl-layer-loader

Simple Communication API for the code running inside/outside Web Workers
JavaScript
29
star
3

Kubernetes-Workshop

Lets Learn Cloud Native Technologies
JavaScript
16
star
4

choona.js

!! Deprecated !! visit - https://github.com/nsisodiya/tinyview
JavaScript
13
star
5

Universal-UPI-QR-Code-Generator

Universal UPI QR Code Generator
JavaScript
9
star
6

react-native-state-viewer

View component State in tabular format. Simple debugger tool for React Native. Can be used any kind of App (Mobile/Desktop).
JavaScript
8
star
7

Demo-Scalable-App

This is small demo of Scalable JavaScript Application
JavaScript
7
star
8

node-blocks

Flow Based Programming with JavaScript
JavaScript
6
star
9

react-kit

React Starter Kit for Quick Start on React !
JavaScript
6
star
10

NarendraDemoApp

Trying some react-native code
Objective-C
6
star
11

2x2-workspace-using-html5

Create a 2x2 workspace/layout in webpage using HTML5
JavaScript
5
star
12

gettypeof

getTypeOf - replacement of typeof in JavaScript.
JavaScript
4
star
13

tinyview

Backbone like JavaScript "View" Framework for Educational purpose !
JavaScript
4
star
14

LocationHash

Library for get/set/delete URL Hash Params
JavaScript
2
star
15

awesome-javascript-paid

List of Paid Tools and Services which can be used for Frontend Projects.
2
star
16

soni-hindi-phonetic-keyboard

soni-hindi-phonetic-keyboard - IBUS based Input method for Linux
2
star
17

macos-low-battery-beep-beep

This will annoy you with beep sound if you low battery and power adopter is not connected.
Shell
2
star
18

Indian-Election-2019

Full JSON data of about Election 2019
JavaScript
2
star
19

redux-wow

Most simple (opinionated) way to use Redux in your application.
JavaScript
2
star
20

Hindu-Panchang

Hindu-Panchang
JavaScript
2
star
21

project-maitri

[WIP]
JavaScript
1
star
22

PythonTimer

Python Timer Class
1
star
23

brightwoodlighting-website

Simple Webiste
HTML
1
star
24

gatsby-plugin-html-minifier

A Gatsby plugin to easily minify HTML file
JavaScript
1
star
25

nsisodiya.github.com

HTML
1
star
26

layout

simple layout example
JavaScript
1
star
27

foodee-app

Small FullStack App which I developed in just 7 days from scratch and it has lots good things in it.
JavaScript
1
star
28

text-to-voice

text-to-voice speechSynthesis API.
JavaScript
1
star
29

test-git-syncnsisodiya2

Scala
1
star
30

CFC-54

CFC = Confusion Free Characters
1
star
31

file-open-in-editor

Super fast quick file open from web-page. Open file in VSCode
JavaScript
1
star
32

canva-challenge

JavaScript
1
star
33

project-vidura

[Work in Progress] Run React and Redux in Node.js! This is not SSR. but Think as Flux(BLLayer) over Node.js
JavaScript
1
star
34

chain-promise

Simple implementation for chaining promises !!
JavaScript
1
star
35

folder-diff-nodejs

some utility functions to diff two folders
JavaScript
1
star
36

country.js

Metadata about Country and their States
1
star
37

GoJekAssignment

GoJekAssignment
JavaScript
1
star
38

npm-repo

Repo for reporting verdaccio bug
1
star
39

react-i18n-with-google-sheet

Internationalization of React App using Google sheet and react-i18n
TypeScript
1
star
40

test-git-syncnsisodiya

Scala
1
star
41

British-English-Dictionary

1
star
42

Get-Twitter-Links

Get Latest URL from Twitter Users
Python
1
star
43

watchjs-adapter-for-rivetsjs

[NOT NEEDED] Rivets adapter for Watch.JS, with deep Level binding
JavaScript
1
star
44

vscode-settings

1
star
45

jsweekly-scraper

jsweekly scraper for mining data !
JavaScript
1
star
46

max-sub-matrix-largest-iceland

JavaScript
1
star
47

word-learner-for-kids

Game -word-learner-for-kids
JavaScript
1
star
48

cloud-variables-demo

WIP
JavaScript
1
star
49

mix-panel-poc-graphs

mix-panel-poc-graphs
HTML
1
star
50

loopObject

just like forEach but for Object
JavaScript
1
star
51

simple-react-table

Configuration driven Table using React and Material UI
JavaScript
1
star
52

custom-text-over-images

Imagine you have one greeting card image and 100 guest and you want to generate 100 customised greeting card.
JavaScript
1
star
53

ubuntu-battery-alarm

If your Battery is below 10% and Discharging, it will play a BEEP. works on Ubuntu
Shell
1
star
54

my-ts-mathlib

Boilerplate for small JavaScript utility library (like lodash) with TypeScript and Microbundle
TypeScript
1
star
55

lang-engine

JavaScript lang-engine
JavaScript
1
star