ralfstx / minimal-json

A fast and small JSON parser and writer for Java
MIT License
732 stars 186 forks source link

Can this be used to deserialize json graph with references preserved ? #108

Open LucaGabi opened 5 years ago

LucaGabi commented 5 years ago

Hi,

Json.Net C# can serialize to json preserving references, $id and $ref are used to deserialize afterwards. Can this library handle such case ? The benefit is that the resulting json is small with no duplicates.

Thanks.