-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to fix this JSON #31
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Changed the missing-quote fixer to be more rigid fix #31
Thanks for opening the issue, and indeed the fixer wasn't able to fix such issues compared to other kinds of left-hand-side missing quotes issues. |
@all-contributors Please add @andre-paulo98 for bug. |
I've put up a pull request to add @andre-paulo98! 🎉 |
🎉 This issue has been resolved in version 1.4.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [1.4.2](v1.4.1...v1.4.2) (2020-06-17) ### Bug Fixes * missing quote fixer failure ([60a5fff](60a5fff)) * **fixer:** lint fix ([bbf3ed9](bbf3ed9)) * security fix ([067bd46](067bd46)) * **fixer:** wrongly added missing quote ([2ee5e4f](2ee5e4f)), closes [#31](#31) * **lockfile:** security fix ([cade206](cade206))
## [1.4.2](v1.4.1...v1.4.2) (2020-06-17) ### Bug Fixes * missing quote fixer failure ([60a5fff](60a5fff)) * **fixer:** lint fix ([bbf3ed9](bbf3ed9)) * security fix ([067bd46](067bd46)) * **fixer:** wrongly added missing quote ([2ee5e4f](2ee5e4f)), closes [#31](#31) * **lockfile:** security fix ([cade206](cade206))
## [1.4.2](v1.4.1...v1.4.2) (2020-06-17) ### Bug Fixes * missing quote fixer failure ([60a5fff](60a5fff)) * **fixer:** lint fix ([bbf3ed9](bbf3ed9)) * security fix ([067bd46](067bd46)) * **fixer:** wrongly added missing quote ([2ee5e4f](2ee5e4f)), closes [#31](#31) * **lockfile:** security fix ([cade206](cade206))
## [1.4.2](v1.4.1...v1.4.2) (2020-06-18) ### Bug Fixes * missing quote fixer failure ([60a5fff](60a5fff)) * **fixer:** lint fix ([bbf3ed9](bbf3ed9)) * security fix ([067bd46](067bd46)) * **fixer:** wrongly added missing quote ([2ee5e4f](2ee5e4f)), closes [#31](#31) * **lockfile:** security fix ([cade206](cade206))
# [1.5.0](v1.4.1...v1.5.0) (2020-06-27) ### Bug Fixes * **fixer:** fixing missing LHS quotes with 1-2 chars ([e2f8b9d](e2f8b9d)) * **fixer:** lint fix ([bbf3ed9](bbf3ed9)) * **fixer:** wrongly added missing quote ([2ee5e4f](2ee5e4f)), closes [#31](#31) * **index:** not applying trailing-char fixes on LHS issues ([253ebfc](253ebfc)), closes [#38](#38) * missing quote fixer failure ([60a5fff](60a5fff)) * security fix ([067bd46](067bd46)) * **lockfile:** security fix ([cade206](cade206)) ### Features * **fixer:** trailing char fixer simplification ([5899676](5899676))
🎉 This issue has been resolved in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
With this JSON as input:
{something:"string:string"}
it fails with this error: (enabled verbose) https://gist.github.com/andre-paulo98/746f77c4306f180b02f70c00ff474455The website https://jsonformatter.curiousconcept.com/ is able to fix this JSON:
Environment
The text was updated successfully, but these errors were encountered: