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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ kotlinx-serialization-json has an API for manipulating raw Json values: function
19
19
In this release, there is a new addition to this API: `JsonUnquotedLiteral` constructor function.
20
20
It allows to produce a string that is not quoted in the Json output. This function has a lot of valuable
21
21
applications: from writing unsigned or large numbers to embedding whole Json documents without the need for re-parsing.
22
+
For an example, read the [Encoding literal Json content docs](https://github.com/Kotlin/kotlinx.serialization/blob/v1.5.0-RC/docs/json.md#encoding-literal-json-content-experimental).
22
23
This huge feature was contributed to us by [aSemy](https://github.com/aSemy): [#2041](https://github.com/Kotlin/kotlinx.serialization/pull/2041).
23
24
24
25
### Stabilization of serializer(java.lang.Type) function family
0 commit comments