Skip to content

Space removed in JSON values #53

@drodiger

Description

@drodiger

🐞 Bug Report

Describe the bug

Version 2.4.13 on VS Code 1.52.1

On JSON which has string value, space in value is removed on minify.
Example
{
"headers": "Content-Type:application/json\nAccept: application/json",
"body": "{"login":{"username": "${username}","password": "${password}"}}"
}
Space in values are removed on Minify. Example, after Accept:, between username, between pasword...
This is after beautified, minified JSON. (problem is creted during minify operation
{
"headers": "Content-Type:application/json\nAccept:application/json",
"body": "{"login":{"username":"${username}","password":"${password}"}}"
}

Your environment

  • OS: Windows 10
    MinifyAll: 2.4.13
    VS Code: 1.52.1 user install

Metadata

Metadata

Assignees

Labels

Type: BugSomething isn't working as expected.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions