dzhibas / SublimePrettyJson

Prettify/Minify/Query/Goto/Validate/Lint JSON plugin for Sublime Text 3 & 4
MIT License
2.03k stars 180 forks source link

If the value is an empty string, it will complain #175

Open michelletaylor204 opened 2 years ago

michelletaylor204 commented 2 years ago

User should be able to have a value with empty str.

TerminalFi commented 2 years ago

Can you be a bit more clear?

Are you saying this would be wrong?

{
    "key": ""
}
michelletaylor204 commented 2 years ago

Yep! Sorry, should have added a snippet.