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

New option to the JSON function to serialize unwrapped arrays #2231

Merged
merged 12 commits into from
Mar 14, 2024

Conversation

CarlosFigueiraMSFT
Copy link
Contributor

@CarlosFigueiraMSFT CarlosFigueiraMSFT commented Feb 22, 2024

Common request: ability of the JSON function to serialize [1,2,3] as [1,2,3] instead of [{"Value":1},{"Value":2},{"Value":3}]

@LucGenetier
Copy link
Contributor

✅ No public API change.

Shpakh-MSFT
Shpakh-MSFT previously approved these changes Mar 5, 2024
Copy link
Contributor

@Shpakh-MSFT Shpakh-MSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@LucGenetier
Copy link
Contributor

✅ No public API change.

@LucGenetier
Copy link
Contributor

✅ No public API change.

@CarlosFigueiraMSFT CarlosFigueiraMSFT marked this pull request as ready for review March 8, 2024 13:51
@CarlosFigueiraMSFT CarlosFigueiraMSFT requested a review from a team as a code owner March 8, 2024 13:51
@CarlosFigueiraMSFT CarlosFigueiraMSFT added the Breaking Internals Breaking change - may require a PA Client update. label Mar 8, 2024
@LucGenetier
Copy link
Contributor

✅ No public API change.

@CarlosFigueiraMSFT CarlosFigueiraMSFT self-assigned this Mar 8, 2024
@LucGenetier
Copy link
Contributor

✅ No public API change.

@LucGenetier
Copy link
Contributor

✅ No public API change.

@LucGenetier
Copy link
Contributor

✅ No public API change.

Copy link
Contributor

@Shpakh-MSFT Shpakh-MSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@LucGenetier
Copy link
Contributor

✅ No public API change.

@CarlosFigueiraMSFT CarlosFigueiraMSFT merged commit d8d3e8c into main Mar 14, 2024
4 checks passed
@CarlosFigueiraMSFT CarlosFigueiraMSFT deleted the carlosff/json/unwrappedtables branch March 14, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Internals Breaking change - may require a PA Client update.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants