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

Results output is in reverse JSON, not real JSON. #40

Open
SamuilDichev opened this issue Jul 5, 2016 · 0 comments
Open

Results output is in reverse JSON, not real JSON. #40

SamuilDichev opened this issue Jul 5, 2016 · 0 comments

Comments

@SamuilDichev
Copy link

SamuilDichev commented Jul 5, 2016

Hi,

I was trying to use Jackson's ObjectMapper in Java to read files with output from Dex and map the output into Java POJOs I made. But I realized this isn't JSON. It's reverse JSON, i.e. JSON with reversed double and single quotes. I did a find and replace, swapped the single quotes with an apostrophe (`), then swapped all double quotes with single quotes and finally swapped all apostrophes (former single quotes) with double quotes. And it worked. It has now been turned into valid JSON.

Please fix this, it shouldn't take you long now that it's been diagnosed and it's quite an annoying problem.

P.S. This used to be correct, why would you suddenly change it?

@SamuilDichev SamuilDichev changed the title What format / language are the results in? Results output is in reverse JSON, not real JSON. Jul 6, 2016
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