Join Slack
Powered by
Hi, how can I configure kotlinx JSON serializer to...
# serialization
p
Pitel
09/01/2021, 11:42 AM
Hi, how can I configure kotlinx JSON serializer to not quote the key? Like this:
{noQuote: "foobar"}
p
Paul Griffith
09/01/2021, 2:20 PM
That's not valid JSON, so per kotlinx-serialization, you can't (I'm pretty sure)
3
Views
Open in Slack
Previous
Next