Oh, the values are all `JsonElement` so my approac...
# serialization
j
Oh, the values are all
JsonElement
so my approach above won’t really work anyway. Worse, the
JsonLiteral
subtype is internal so I don’t see an obvious way to get at the primitive value. 😕
🧵 1