minimal-json
minimal-json copied to clipboard
Can this be used to deserialize json graph with references preserved ?
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.