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

Objects nested in arrays #66

Open
eschwartz opened this issue Oct 28, 2013 · 0 comments
Open

Objects nested in arrays #66

eschwartz opened this issue Oct 28, 2013 · 0 comments

Comments

@eschwartz
Copy link

Any thoughts on objects nested within arrays?

router.toFragment('somePath', { anArray: [ { a: 'b', c: 'd' } ] } 

I started to write a test for this, but realized I had no idea how it should be parsed. You could do

`somePath/anArray=|a=b&c=d'

but that would be the same as

route.toFragment('somePath', { anArray: [{ a: 'b' }], c: 'd' });

I'm not should where else to go from there. Any thoughts?

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

No branches or pull requests

1 participant