The option -s does not work : ``` echo '{"str_1":"\"ab\"" , "str_2" : "\\b" }' | ./lib/JSON.sh -s ``` still see the `\"` and `\\`
The option -s does not work :
still see the
\"and\\