Skip to content

Commit 4a7ada8

Browse files
authored
Add link to JsonUnquotedLiteral docs (#2169)
1 parent 15a89e4 commit 4a7ada8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ kotlinx-serialization-json has an API for manipulating raw Json values: function
1919
In this release, there is a new addition to this API: `JsonUnquotedLiteral` constructor function.
2020
It allows to produce a string that is not quoted in the Json output. This function has a lot of valuable
2121
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).
2223
This huge feature was contributed to us by [aSemy](https://github.com/aSemy): [#2041](https://github.com/Kotlin/kotlinx.serialization/pull/2041).
2324

2425
### Stabilization of serializer(java.lang.Type) function family

0 commit comments

Comments
 (0)