You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.
I'm trying convert a list of object, but when i use toJsonArray(), it gave me
java.lang.IllegalArgumentException
at com.github.salomonbrys.kotson.BuilderKt.toJsonElement(Builder.kt:24)
at com.github.salomonbrys.kotson.BuilderKt._jsonArray(Builder.kt:31)
at com.github.salomonbrys.kotson.BuilderKt.jsonArray(Builder.kt:36)
at com.github.salomonbrys.kotson.BuilderKt.toJsonArray(Builder.kt:39)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying convert a list of object, but when i use toJsonArray(), it gave me
The text was updated successfully, but these errors were encountered: