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

JSON encoded string containing \x0A is treated as binary #3502

Closed
rchavik opened this issue Oct 15, 2015 · 0 comments
Closed

JSON encoded string containing \x0A is treated as binary #3502

rchavik opened this issue Oct 15, 2015 · 0 comments
Labels
Milestone

Comments

@rchavik
Copy link

rchavik commented Oct 15, 2015

Version: 0.8.0-111

Sample problematic string as shown in the viewer using "View value as: HEX".

{\x0A    "sender": "123123",\x0A    "priority": 1,\x0A    "event_id": 8,\x0A    "created": "2015-10-09T10:48:59+0000",\x0A    "id": 148\x0A}

Secondly, using "View value as: Plain Text" does not display anything at all. I guess this is a separate problem, shall I create a separate issue for this?

@uglide uglide added the bug label Oct 23, 2015
@uglide uglide added this to the 0.8.1 milestone Oct 23, 2015
@uglide uglide closed this as completed Oct 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants