You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: