Provides an easy extension method to convert JObjects to nested Dictionary<string, object> instances.
More...
|
static Dictionary< string, object > | ToDictionary (this JObject src) |
| Generates a nested dictionary of Dictionary<string, object> from a JObject so you can use JObjects easily with DuckTyping.
|
Provides an easy extension method to convert JObjects to nested Dictionary<string, object> instances.
◆ ToDictionary()
Dictionary< string, object > PeanutButter.JObjectExtensions.JObjectExtensions.ToDictionary |
( |
this JObject | src | ) |
|
|
static |
Generates a nested dictionary of Dictionary<string, object> from a JObject so you can use JObjects easily with DuckTyping.
- Parameters
-
- Returns
The documentation for this class was generated from the following file:
- source/Utils/PeanutButter.JObjectExtensions/JObjectExtensions.cs