-
Notifications
You must be signed in to change notification settings - Fork 9
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
[feature request] serializeToJson(Pretty) with key sorted #8
Comments
@9il I saw you are making new releases, how about this feature request? |
Unlikely this feature will be added to ASDF. The goal of current releases is to prepare closed source code bases for Mir Ion. |
Wow, so v0.6.x will be the last open source package? For such general purpose library, I don't quite understand why it need to be closed source? As open source library, more people will use it, discover bugs, and even send fix PRs. |
Will be at least v0.7.x
Mir Ion is an open-source library. Currently preparing private codebase to migrate from ASDF to Mir Ion. |
Hi,
I think we need add this functionality to easily compare changed json files of different versions, or at least add the option to allow user sort the dict by keys, and save it.
e.g. in Python:
https://docs.python.org/3/library/json.html
The text was updated successfully, but these errors were encountered: