Skip to content

Commit

Permalink
add nested array indexing example
Browse files Browse the repository at this point in the history
  • Loading branch information
kevpl committed Feb 26, 2019
1 parent 6df393c commit 037f8ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/manual/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,10 @@ sections:
input: '[1,2,3]'
output: ['2']

- program: '.letters[1]'
input: '{"letters":["a","b","c","d"]}'
output: '"b"'

- title: "Array/String Slice: `.[10:15]`"
body: |
Expand Down

0 comments on commit 037f8ba

Please sign in to comment.