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

Single Quote Escape #8668

Closed
jamesbascle opened this issue May 16, 2018 — with docs.microsoft.com · 3 comments
Closed

Single Quote Escape #8668

jamesbascle opened this issue May 16, 2018 — with docs.microsoft.com · 3 comments

Comments

Copy link

How do you escape single quotes??


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@SaurabhSharma-MSFT
Copy link
Contributor

@jamesbascle Thanks for your feedback! We will investigate and update as appropriate.

@jamesbascle
Copy link
Author

FYI the answer is to escape it by doubling, aka ''

@alexgman
Copy link

alexgman commented Apr 2, 2019

How do we escape json data?
My data looks like this: {"alex":"http://www.isawesome.com"} but I need it to look more like this: {\"alex\":\"http:\/\/www.isawesome.com\"}

How do we escape json data?

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

No branches or pull requests

4 participants