Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 174 Bytes

parsePath.md

File metadata and controls

9 lines (5 loc) · 174 Bytes

parsePath

Parse a path into a JSON object:

~/jline$ jline-parsePath 'this.is.a["path"].with[7].parts'
[ 'this', 'is', 'a', 'path', 'with', 7, 'parts' ]