JsonDtoMapper is a tool to convert POCO objects to data transfer objects of JSON format dynamically without the need for intermediate DTO objects.
Info
Version: | 1.0.0.1 |
Author(s): | Khaled Saleh |
Last Update: | Monday, August 12, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/jsonDTOMapper |
Install
Install-Package jsonDTOMapper
dotnet add package jsonDTOMapper
paket add jsonDTOMapper
jsonDTOMapper Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.5.0)
- Newtonsoft.Json(>= 12.0.2)
Tags