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

Custom Delimiter Support #35

Closed
wants to merge 1 commit into from
Closed

Custom Delimiter Support #35

wants to merge 1 commit into from

Conversation

mal
Copy link

@mal mal commented Mar 7, 2012

Implements GH-1.

This will allow one additional single character delimiter to be used in conjunction with the existing syntax, allowing support for querystrings such as:

foo.bar[0].boing[he.llo].world.rawr=rawk.txt

To be parsed correctly with the . delimiter as:

{ foo: { bar: [ { boing: { 'he.llo': { world: { rawr: 'rawk.txt' } } } } ] } }

Found this behavior mentioned on restify/node-restify#94 which lead me to GH-1, figured I'd give it a whirl; feedback welcome.

@mal
Copy link
Author

mal commented Mar 7, 2012

Just saw the coercion branch. Hold off on merging and I'll submit one in the style, and more compatible with that branch tonight to ease work down the line.

@mal mal closed this Mar 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant