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

feature: add quotesOnValues option #349

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

galr52
Copy link

@galr52 galr52 commented Apr 18, 2021

added quotesOnValues to remove quotes from the value

before:

{
name: "Jane"
}

after: (with setting quotesOnValues to false)

{
name: Jane
}

@shadyenso
Copy link

This will be great!!!

@naglienso
Copy link

Is there any reason this pull request didn't merge already?

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

Successfully merging this pull request may close these issues.

None yet

3 participants