Has anyone tried implementing json responses using...
# server
n
Has anyone tried implementing json responses using
KTOR
? Documentation is not clear!
o
#ktor
m
as in you didn't set up a gson builder?
n
@Michael Kotlikov I did. But realized one needs to add
setPrettyPrinting
inside it for
JSON
serde 🙂!