/data-viewer

react UI for rendering json files using semantic UI

Primary LanguageJavaScriptApache License 2.0Apache-2.0

data-viewer

A mini application for viewing JSON data

Demo

sample format

  [
    {
      "title": "title",
      "description": "description",
      "href": "link that opens element",
      "img": "link for element image",
    }
  ]