Hi y'all, thanks for joining this session! Relevant resources and links are listed down below.
If you have any questions, comments, or just wanna holler 👋; feel free to drop it down below 👇
Hi y'all, thanks for joining this session! Relevant resources and links are listed down below.
If you have any questions, comments, or just wanna holler 👋; feel free to drop it down below 👇
Toolbelt_parseJSON(){ | |
local -n jsonArray=$2 | |
jsonArray[0]="rrr" | |
SETTINGS_FILE="$1" | |
SETTINGS_JSON=$(cat $SETTINGS_FILE) | |
__readJSON "$SETTINGS_JSON" | |
} | |
# Usage: |