A custom JSON converter library with some useful features for ASP.NET client-server application.
It serializes objects to a JSON string, using the provided interfaces as templates, and including attributed fields not included in the interfaces. This allows you to pass objects from the storage layer through the model to the client, hiding specific data, while still storing it for postback from the client.
It deserializes a JSON string into objects, reusing existing objects as targets...