I need to step back from database JSON documents that are not based on a standard object.
Is there a way to use .NET to βdeserializeβ these documents into lists and dictionaries of primitive objects (string, int, bool, etc.)
Any library that can do this in both directions?
source
share