❔ JSON array to List KeyValuePair with Newtonsoft.JSON?
As the title reads, i'm attempting to load a config file (which successfully works) except I am struggling to figure out how I can take in my image assets as a KeyValuePair with the JSON name and value being the parameters.
Here's my JSON code snippet:
Here's my C# translation using Newtonsoft.Json:
How would I correctly do this?
Thanks.
Here's my JSON code snippet:
Here's my C# translation using Newtonsoft.Json:
How would I correctly do this?
Thanks.
