Open havnar opened 9 years ago
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])
What type is causing a problem? The tool will sort the fields of structs by their name.
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])