I'm curious, is there a rationale for having only ...
# serialization
b
I'm curious, is there a rationale for having only read-only JsonElement classes, and not mutable versions? Asking because of this issue on my own kxa format implementation requesting mutable elements: here
(feel free to chime in on the issue itself if you want)