Skip to content

JSON RawValue support - #506

Open
allenap wants to merge 7 commits into
lambda-fairy:mainfrom
allenap:json-raw-value
Open

JSON RawValue support#506
allenap wants to merge 7 commits into
lambda-fairy:mainfrom
allenap:json-raw-value

Conversation

@allenap

@allenap allenap commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

This adds support for serde_json::value::RawValue. It's gated behind the json feature, the same as existing JSON support. Raw values are an optional feature in serde_json but not here because they add little to compilation time and resulting binary sizes; I figured that the complication of an extra feature flag wasn't warranted for fairly modest savings.

Fixes #494.

@allenap
allenap marked this pull request as ready for review August 29, 2026 07:52
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.

Escaping is not applied to serde_json RawValue

1 participant