Skip to content

web page to view a json of an array of simple objects (no objects inside objects just key:value values) in an html table

Notifications You must be signed in to change notification settings

luislins/json-to-html-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-to-html-table

web page to view a json of an array of simple objects (no objects inside objects just key:value values) in an html table Example:

[ { random: "23", "random float": "76.604", bool: "false", date: "1984-07-13", regEx: "helloooooooooooooooooooooooooooooooooo world", enum: "online", firstname: "Florencia", lastname: "Fosque", city: "Dibrugarh", country: "Holy See (Vatican City State)", countryCode: "NF", "email uses current data": "Florencia.Fosque@gmail.com", "email from expression": "Florencia.Fosque@yopmail.com", }, { random: "52", "random float": "98.354", bool: "false", date: "1998-10-10", regEx: "helloooooooooooooooooooooooooooooooooooooooooooooooooooooooo world", enum: "json", firstname: "Nadine", lastname: "Kussell", city: "Chiang Mai", country: "Puerto Rico", countryCode: "LR", "email uses current data": "Nadine.Kussell@gmail.com", "email from expression": "Nadine.Kussell@yopmail.com", }, ]

About

web page to view a json of an array of simple objects (no objects inside objects just key:value values) in an html table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published