dotpath-parser

0.0.2 • Public • Published

dotpath-parser

Build Status

Splits a dotted path string into an Array of keys where string keys represent Object properties while integer keys represent Array indices.

Usage

dotpath('this.is.0.an.1.example');
// => [ 'this', 'is', 0, 'an', 1, 'example' ]

Readme

Keywords

none

Package Sidebar

Install

npm i dotpath-parser

Weekly Downloads

54

Version

0.0.2

License

MIT

Last publish

Collaborators

  • jails