Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

SamhammerAG/Samhammer.DictionaryJsonConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DictionaryJsonConverter

This package will not be maintained any more

  • Object will be deserialized into nested/recursive Dictionary and List.
  • Every child object in the hierarchy will be deserialize to IDictionary<string, object> too.
  • Every list will be deserialize to List<"object">.
  • PropertyNames will be named with PascalCaseNamingStrategy by default.

Usage

var dictionary = JsonConvert.DeserializeObject<IDictionary<string, object>>(json, new DictionaryConverter());

Contribute

How to publish package

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages