0.7.0 • Published 10 years ago

brackets2dots.js v0.7.0

Weekly downloads
20
License
-
Repository
github
Last release
10 years ago

brackets2dots.js Build Status Build Status NPM version

Convert string with bracket notation to dot property notation for Node.js and the browser.

Example

brackets2dots('group[0].section.a.seat[3]')
//=> 'group.0.section.a.seat.3'

Installation

component

$ component install wilmoore/brackets2dots.js

bower

$ bower install brackets2dots.js

npm

NPM

volo

$ volo add wilmoore/brackets2dots.js

manual

  1. download

    % curl -#O https://raw.github.com/wilmoore/brackets2dots.js/master/brackets2dots.js
  2. use

    <script src="brackets2dots.js"></script>

Inspiration

License

MIT

0.7.0

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago