Skip to content

Releases: coderphonui/jsonautorepair

v1.0.1

07 Oct 13:03
Compare
Choose a tag to compare

Release v1.0.1

  • Code refactoring: change naming to make the code easier to read.
  • Update README
  • Update CI workflow

v1.0.0

07 Oct 01:04
Compare
Choose a tag to compare

First release

Main features

  • Remove the json code block
  • Auto fix missing commas case when 2 double quotes are next to each other
  • Auto fix missing double quotes when possible
  • Replace single quotes with double quotes
  • Escape special characters \t \n that make the JSON breaks.
  • Auto correct most of the cases when the JSON can be fixed