Skip to content

ryanburns23/show-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Published on webcomponents.org

<show-json>

show json w/ syntax higlighting

Usage

<show-json json='[
  "Polymer is awesome",
  "So are web-components",
  true,
  1000000,
  false
  ]'></show-json>

Install

bower i ryanburns23/show-json --S