Looking for a shell command /code to validate json input file (if all characters {{[] are present) using regex. Especially end of the file data is ]} as my file json data ends with those characters.
Found we can do it with awk or sed, but unable to get command working on shell.
Thanks for the help!