1.0.1 • Published 8 years ago

jshown v1.0.1

Weekly downloads
1
License
WTFPL
Repository
github
Last release
8 years ago

jshown

A react component to viualize json-like structures. You give it a parsed json or a javascript object, and it renders it with a builtin collapse/expand feature.

Preview

a preview of a rendered json

Supported data-types

data types that jshown supports

Tested

  • Array
  • Object
  • String
  • Number
  • Infinity
  • NaN
  • Null
  • Boolean
  • Function
  • Regex
  • Undefined
  • Date
  • Error

Untested yet

  • Symbol
  • Custom types (i.e. Immutable)

Lisence

WTFPL