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

Add json format functions for key-value lists #8889

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

isvilen
Copy link
Contributor

@isvilen isvilen commented Oct 2, 2024

Support formatting key-value lists while preserve their ordering.
Closes #8882

Copy link
Contributor

github-actions bot commented Oct 2, 2024

CT Test Results

    2 files     96 suites   56m 13s ⏱️
2 158 tests 2 110 ✅ 48 💤 0 ❌
2 517 runs  2 467 ✅ 50 💤 0 ❌

Results for commit 7a5e64a.

♻️ 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

lib/stdlib/src/json.erl Outdated Show resolved Hide resolved
lib/stdlib/src/json.erl Show resolved Hide resolved
lib/stdlib/src/json.erl Show resolved Hide resolved
lib/stdlib/src/json.erl Outdated Show resolved Hide resolved
isvilen and others added 2 commits October 2, 2024 21:35
Support formating key-value lists while preserve their ordering.
Co-authored-by: Viacheslav Katsuba <[email protected]>
@IngelaAndin IngelaAndin added the team:PS Assigned to OTP team PS label Oct 4, 2024
lib/stdlib/src/json.erl Outdated Show resolved Hide resolved
lib/stdlib/test/json_SUITE.erl Show resolved Hide resolved
@isvilen isvilen requested a review from dgud October 10, 2024 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:PS Assigned to OTP team PS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

json module format functions for key-value lists
5 participants