IJsonObjectMappingService
Provides a set of methods for JSON object data mapping.
IEnumerable<TObject> MapTo<TObject>(IEnumerable<JObject> jObjects, JsonMappingOptions options = null)
Maps the collection of JSON objects to the collection of objects of TObject type.
Maps the JSON object to the object of TObject type.