Hello all, Kotlin Serialization works fine for `sm...
# serialization
s
Hello all, Kotlin Serialization works fine for
small chunk of JSON data
. But when I try to
deserialize
the
large JSON file
. It’s throwing me this weird issue. Why is it happening? P.S - I
validated the JSON
. And there’s no issue with it
s
Do you use
1.2.1
version?
s
Issue resolved There’s no problem with Kotlin Serialization. It was a minor mistake in JSON file at line 14323 It had a extra “`]`”. So it throws above error. Now everything works fine. Thank you!