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

add a json5 parser #142

Closed
johanlelan opened this issue Nov 23, 2015 · 2 comments
Closed

add a json5 parser #142

johanlelan opened this issue Nov 23, 2015 · 2 comments
Assignees
Labels

Comments

@johanlelan
Copy link

I would like to be flexible on submitted JSON in request body. (allowing some mistakes)
To do this, i would like to use the JSON5 parser instead of JSON one. I looked for an option to add external parsers but it seems that it does not exist.
What do you think about this new feature?

@dougwilson
Copy link
Contributor

Hi! This is a great suggestion and something we are tracking under #22

@dougwilson
Copy link
Contributor

Hi! This is a good idea, but we really don't want to keep pulling in more and more dependencies. We should really put the effort towards implementing #22 which would make implementing this in user-land or even as an add-on module trivial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants