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

ordering different from source file #6

Open
havnar opened this issue Dec 8, 2014 · 1 comment
Open

ordering different from source file #6

havnar opened this issue Dec 8, 2014 · 1 comment

Comments

@havnar
Copy link

havnar commented Dec 8, 2014

When converting some json files (in my case twitter json) the tool reorders the data.

i.e.
input = (A, B[1,2,3,4], C , D)
output = (D, C, A, B[4,1,2,3])

@omalley
Copy link
Contributor

omalley commented Apr 25, 2016

What type is causing a problem? The tool will sort the fields of structs by their name.

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

2 participants