Kotlinx serialization is giving `JsonDecodingExcep...
# serialization
h
Kotlinx serialization is giving
JsonDecodingException
if the text includes & symbol. What could be wrong?
v
What's the exact error?
h
@Vampire Unexpected JSON token at offset 100: Expected quotation mark '"', but had 'EOF' instead at path
this json is causing it
if I remove & everything works fine
UPD: Used UrlEncoder.encode and it fixed problem