-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
How to remove double quotes? #93
Comments
Now I adopt a temporary plan:example: |
Hey @orbwalker, I'm not sure I understand what you're aiming to do here, any chance you can add more details? |
I'm seeing this as well i.e. if I have the following json object
if you were to have code such as
The output includes the quote marks i.e. |
Oh I see, the method |
How to remove double quotes? // ""
example:
fmt.Println(url.Path("name"))
"root"
The text was updated successfully, but these errors were encountered: