jessewilson
06/25/2022, 1:06 AMJson.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?