Skip to content
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

[Feature Request] Enable more flexible JSON input parsing #278

Open
krousey opened this issue Sep 16, 2022 · 0 comments
Open

[Feature Request] Enable more flexible JSON input parsing #278

krousey opened this issue Sep 16, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@krousey
Copy link

krousey commented Sep 16, 2022

Is your feature request related to a problem? Please describe.

Sometimes I copy/paste JSON and leave a comma where I shouldn't.

Describe the solution you'd like

I'd like to not have to worry whether an element needs a trailing comma or not. Comments in JSON would be nice too.

Additional context

There are JSON parsing libraries that allow for this type of structure. https://github.com/tailscale/hujson has a Standardize function that just sanitizes raw bytes before you pass it to the standard json library.

@krousey krousey added the enhancement New feature or request label Sep 16, 2022
@feedmeapples feedmeapples added the good first issue Good for newcomers label Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants