ALSO! I’m looking forward to stable APIs for `Json...
# serialization
j
ALSO! I’m looking forward to stable APIs for
Json.decodeFromDynamic
+
Json.encodeToDynamic
. On the JS engine I’m using (QuickJS) using these APIs has a massive performance advantage over doing encoding with Kotlin/JS and StringBuilder. (QuickJS doesn’t use ropes internally in its strings, so
StringBuilder
is sloooow!) Any ETA on stability here? Would y’all accept a pull request to remove
@ExperimentalSerializationApi
on these?