Hi guys, does kotlinx.serialization supports <Json...
# serialization
m
Hi guys, does kotlinx.serialization supports Json References? I'm having a hard time finding a definitive answer. Much appreciated.
d
No
It's just a json parser
m
Thank you.
n
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