typo
This commit is contained in:
parent
1349b14ed4
commit
f4c7335923
@ -7,7 +7,7 @@
|
||||
#
|
||||
# To get keys use: ${!g_json[@]}
|
||||
# To get values use ${g_json[@]}
|
||||
# To get specifi key use ${g_json[keyname]}
|
||||
# To get specific key use ${g_json[keyname]}
|
||||
|
||||
function g_json {
|
||||
IFS= g_json_tokenize < "${1:-/dev/stdin}"
|
||||
|
Loading…
Reference in New Issue
Block a user