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

可以自动给键值对应该加双引号的地方加双引号吗? #34

Open
dong-lufei opened this issue Nov 30, 2022 · 0 comments
Open

Comments

@dong-lufei
Copy link

{
  status: 200,
  statusText: 'OK'
}

可以让上面变成下面这样吗,键值对带双引号:

{
  "status": 200,
  "statusText": "OK"
}
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

1 participant