We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec70380 commit 5854886Copy full SHA for 5854886
source/whats-new.txt
@@ -34,6 +34,12 @@ New features of the 4.11 driver release include:
34
35
:ref:`kotlin-search-indexes` in the Indexes guide
36
37
+- Supports serialization of `JsonElement
38
+ <{+kotlin-docs+}/api/kotlinx.serialization/kotlinx-serialization-json/kotlinx.serialization.json/-json-element/>`__
39
+ values. To work with the ``JsonElement`` type, you must add the
40
+ ``kotlinx-serialization-json`` library as a dependency in your
41
+ application.
42
+
43
.. _kotlin-coroutine-version-5.1.3:
44
45
What's New in 5.1.3
0 commit comments