Skip to content

RUST-2240 Move serde_json API behind a feature flag #567

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

isabelatkinson
Copy link
Contributor

@isabelatkinson isabelatkinson commented Jul 3, 2025

This removes the extjson module from the public API, which only exported the now-removed error types, and moves its documentation to lib.rs. All of the serde_json-related API is now behind a feature flag and lives in extjson/json.rs.

@isabelatkinson isabelatkinson changed the title RUST-2240 Move serde_json support behind a feature flag RUST-2240 Move serde_json API behind a feature flag Jul 3, 2025
@isabelatkinson isabelatkinson marked this pull request as ready for review July 3, 2025 19:22
@isabelatkinson isabelatkinson requested a review from a team as a code owner July 3, 2025 19:22
@isabelatkinson isabelatkinson requested a review from abr-egn July 3, 2025 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant