-
-
Notifications
You must be signed in to change notification settings - Fork 736
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
Consider changing extended: true for urlencoded parser to be W3C JSON forms #72
Comments
If it's JSON, I think it should be the json parser? |
Probably. See the description of the issue :) |
Since |
👍 |
With the release of Note that this is not a querystring parser per se, but it would be extremely easy to write one on top of that. If you want one I'll write it for you 👍 |
It's also very easy to write it so that it operates on a stream instead of a buffer which I think would be an advantage. That's how it works in |
qs is discussing the future of the module here: ljharb/qs#140 TL;DR It seems the trend it heading to EOL qs. |
The W3C html-json-forms spec was abandoned. Closing |
Working draft: http://www.w3.org/TR/html-json-forms/
Thoughts from
qs
: ljharb/qs#63This support may not even be called
extended: true
within theurlencoded
parser; it may move to be an option of the JSON parser.The text was updated successfully, but these errors were encountered: