Skip to content

17zuoye/normalize_nested_params

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

normalize_nested_params.js

Build Status

Original idea comes from Rack::Utils#normalize_nested_params, see it at http://rack.rubyforge.org/doc/Rack/Utils.html

This function is binding to underscore.js's namespace.

e.g.

_.normalize_nested_params(obj, "contents[][style]", 'bold') #=> {"contents":[{"style":"bold"}]}
_.normalize_nested_params(obj, "contents[][style]")         #=> 'bold'

See more examples in Test Cases.

Run tests, add "debug_normalize_nested_params" to location search string

Copyright

MIT. David Chen at 17zuoye.

About

Normalize nested params in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published