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

Stabilization of JsonUnquotedLiteral #2900

Open
hermannm opened this issue Jan 8, 2025 · 2 comments
Open

Stabilization of JsonUnquotedLiteral #2900

hermannm opened this issue Jan 8, 2025 · 2 comments
Labels
feature QoL Quality of life

Comments

@hermannm
Copy link

hermannm commented Jan 8, 2025

Hi,

I'm building a library where I do some validation of raw JSON literal strings, and return a JsonElement if the validation succeeds. I would like to use JsonUnquotedLiteral if it's valid JSON, so that it can be encoded inline without having to parse/re-encode it. However, I hesitate to depend on JsonUnquotedLiteral in my library, since it's still marked with @ExperimentalSerializationApi.

Is there a plan for when JsonUnquotedLiteral will be stabilized? Are there any open issues with it that have yet to be resolved, or is it just a matter of time?

(great work on the library, by the way!)

@sandwwraith
Copy link
Member

Thanks! I don't remember any significant issues with JsonUnquotedLiteral, so it would likely be unchanged and promoted to stable state as-is.

@sandwwraith sandwwraith added the QoL Quality of life label Jan 10, 2025
@hermannm
Copy link
Author

Sounds good! Looking forward to seeing it stabilized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature QoL Quality of life
Projects
None yet
Development

No branches or pull requests

2 participants