Skip to content

MapsterMapper/Mapster.JsonNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Mapster.JsonNet

Json.net conversion supports

Install

PM> Install-Package Mapster.JsonNet

Usage

Call EnableJsonMapping from your TypeAdapterConfig to enable Json.Net mapping.

TypeAdapterConfig.GlobalSettings.EnableJsonMapping();

This will allow

  • Mapping between Json.Net types (JToken, JArray, JObject) from/to POCO types
  • Serialize and deserialize Json.Net types from/to string

About

Json.net conversion supports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages