Hey! is there an alternative deserialization library with less size than kotlinx for js? I would go for a super simple JSON.parse in an expect/actual function, but I need to remap some field names because in the json they have a $ inside.. Some ideas before going string.replace("$", "__") before deserializing? :)