:mega: kotlinx.serialization `v0.12.0` has been re...
# serialization
s
📣 kotlinx.serialization
v0.12.0
has been released! This release is binary compatible with Kotlin/Native 1.3.50. Some highlights: • Added wasm and linuxArm32Hfp Kotlin/Native targets to publication • Multiplatform serializer resolving from
KType
class (which can be obtained from typeOf() function). Doesn't work for user-defined generic classes, but works for standard collections. • JSON parser is more strict now: leading/trailing commas and other separators are prohibited. • JSON exceptions hierarchy has been reworked. Full changelog: https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md#v0120--2019-08-23
🎉 9
🤩 11
j
"Make JSON parser much more stricter; e.g. Prohibit all excessive separators in objects and maps" This affects Json.nonstrict as well?
s
Yes.