-
Notifications
You must be signed in to change notification settings - Fork 3k
Add json format functions for key-value lists #8889
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
Conversation
CT Test Results 2 files 96 suites 1h 7m 45s ⏱️ Results for commit dd84bb5. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
b03e713
to
cebfe51
Compare
Can you squash the commits and force-push.. |
Support formating key-value lists while preserve their ordering. Co-authored-by: Viacheslav Katsuba <v.katsuba.dev@gmail.com> Co-authored-by: Maria Scott <67057258+Maria-12648430@users.noreply.github.com>
7a5e64a
to
dd84bb5
Compare
Done, should I also rebase it onto main ? |
I think you are already based of maint branch. I could merge it without getting any changes from master, what I saw at least, but could have missed something. |
* Add a formatter to json erlang/otp#8511 * Let json:decode/3 keep whitespaces erlang/otp#8809 * Add json format functions for key-value lists erlang/otp#8889 * Fix spec for json:format/3 erlang/otp#8914 * Optimize json object encoding erlang/otp#9251 * Use simple binaries * Update README.md * Bump to v0.2 * Act on CI errors * Always run tests
Support formatting key-value lists while preserve their ordering.
Closes #8882