You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!)
The text was updated successfully, but these errors were encountered:
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 useJsonUnquotedLiteral
if it's valid JSON, so that it can be encoded inline without having to parse/re-encode it. However, I hesitate to depend onJsonUnquotedLiteral
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!)
The text was updated successfully, but these errors were encountered: