0.0.3 • Published 7 years ago

livi v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago