Skip to content

phrz/jsonfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonfix

Rough port of adhocore/php-json-fixer to Python 3 Tested with Python 3.7.2

This program can take JSON that is malformed due to being truncated and fix it.

Usage

Where jsonfix refers to the repository folder in your working directory,

python3 -m jsonfix file.json # filename(s)
cat file.json | python3 -m jsonfix - # stdin

About

Python package to autocomplete truncated JSON by closing strings, lists, objects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages