Skip to content

gunturur/jsontohtml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

jsontohtml

To convert a JSON file which has comma after a record to with out a comma. As an example, from : }, { to: } {

use below command.

sed '/10\ sec\ avg/s/(.*),/\1 /g' vioperfauxdb3 >> vioperfauxdb3.json

This python script will simply convert a json file to html file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published