Skip to content

BrentonWheeler/json2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

EXAMPLE

Object
fruits - {"apple":"red","orange":"orange","banana":"yellow"}
apple - "red"
"red"
orange - "orange"
"orange"
banana - "yellow"
"yellow"
animals - {"cat":"small","whale":"big","cow":"medium","cat types":["grumpy cats","or...
cat - "small"
"small"
whale - "big"
"big"
cow - "medium"
"medium"
cat types - ["grumpy cats","orange cats","hungry cats","Garfield"]
0 - "grumpy cats"
"grumpy cats"
1 - "orange cats"
"orange cats"
2 - "hungry cats"
"hungry cats"
3 - "Garfield"
"Garfield"

About

JSON to interactive HTML (and most importantly markdown) > http://json2html.surge.sh/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published