0.0.3 • Published 8 years ago

livi v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

livi

Tool for working with bash file for json arrays

livi --json=test.json --each=test.sh

test.json

[
  {
    "lang": "TR"
  },
  {
    "lang": "EN"
  },
  {
    "lang": "FR"
  }
]

It is enough to write the keys #item and #item.name to access the array element

test.sh

echo #item.lang
0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago