Giter Site home page Giter Site logo

Comments (3)

NakajimaTakuya avatar NakajimaTakuya commented on April 27, 2024 1

I agree with him.
And in any case, I want to solve this problem as soon as possible, so I will fork body-parser in the meantime.
For future compatibility, I am curious to see if the library will take the generic parser as a solution or reorient itself in response to #453.
I would like to hear your thoughts once again.

from body-parser.

jybleau avatar jybleau commented on April 27, 2024 1

@dougwilson, have there been any new thoughts on the idea of passing parameters to qs? Or should we still wait for a next major release for a new approach on this parsing "issue", so to speak.
Thanks !

from body-parser.

jybleau avatar jybleau commented on April 27, 2024

I created a fork that uses a new parameter: extendedOptions
https://github.com/jybleau/body-parser

Could or shoud it be considered as a PR?

I had parsing inconsistencies when using with Datatables Editor until I found out is was something that could be configured using qs options.

For instance, DT Editor by default uses an id, which is usually an integer, to identify objects and because of default array options in qs:

  • Sending this query string: data[2][name]=joe, results in: data: [{name: "joe"}] (data is an array)

But with a higher id number:

  • Sending this query string data[101][name]=joe2 results in: data: {"101": { name: "joe2" }} (data is now an object)

So it can result in an array or a plain object depending on the value of the number because the default limit for parsing an array is 100; above that threshold, it's parsed to an object.

In this case it's preferable to set qs not to parse arrays or have the array limit to 0.
So, would be nice to expose "advanced" qs options.

from body-parser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.