Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

escaping and sign quote #36

Open
ErwanMAS opened this issue Oct 22, 2015 · 2 comments
Open

escaping and sign quote #36

ErwanMAS opened this issue Oct 22, 2015 · 2 comments

Comments

@ErwanMAS
Copy link

The option -s does not work :

 echo '{"str_1":"\"ab\"" , "str_2" : "\\b" }' | ./lib/JSON.sh -s

still see the \" and \\

@dominictarr
Copy link
Owner

that feature was contributed by @zaa . @zaa this how it's intended to work?

@zaa
Copy link
Contributor

zaa commented Oct 22, 2015

Hey,

The "-s" flag is intended for removal of "solidus" symbol escaping only: e7b42dc

Here is the test case: dcbd7ee

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants