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

[BUG] JSON minify output overflow screen #780

Closed
angelofan opened this issue Nov 28, 2023 · 1 comment
Closed

[BUG] JSON minify output overflow screen #780

angelofan opened this issue Nov 28, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@angelofan
Copy link

Which tool is impacted?
JSON minify

To Reproduce
Steps to reproduce the behavior:

  1. Go to json-minify
  2. Paste this JSON:
{
	"bot": null,
	"client": {
		"type": "browser",
		"name": "Chrome",
		"short_name": "CH",
		"version": "119.0",
		"engine": "Blink",
		"engine_version": "119.0.0.0",
		"family": "Chrome"
	},
	"os": {
		"name": "Windows",
		"short_name": "WIN",
		"version": "10",
		"platform": "x64",
		"family": "Windows"
	},
	"device": "desktop",
	"brand": "",
	"model": ""
}
  1. See error

Expected behavior
The output area should all fit within the screen.

Screenshots
image

Configuration (please complete the following information):

  • Device: desktop
  • OS: Windows 11
  • Browser: Chrome
  • Version: 119.0

Additional context
No more.

@CorentinTh
Copy link
Owner

Fixed by #787

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants