Hi guys, does kotlinx.serialization supports Json References? I'm having a hard time finding a definitive answer.
Much appreciated.
d
Dominaezzz
06/17/2021, 5:27 PM
No
Dominaezzz
06/17/2021, 5:27 PM
It's just a json parser
m
Matthew Cachia
06/18/2021, 10:15 AM
Thank you.
n
Nikky
06/18/2021, 6:55 PM
the
$ref
key is just holding some string value, this can be done with kotlinx-serialization
if you just want to create a JsonSchema
but the special handling and parsing of that .. is something JsonSchema does
this is not handled by kotlinx-serialization