You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# BashJson
2
-
BashJson is very simple bash function to read values from json files in bash scripts, it simply wraps over Python's json module.
2
+
BashJson is a bash function to read values from json files in bash scripts, it simply wraps over Python's json module.
3
3
4
4
## Usage
5
5
A real-life/useful use of this code will be inside another bash script trying to read values from complex JSON data. However, it can be used independently from any UNIX terminal.
0 commit comments