Hi
I have a JSON file with the following information :
{
"WindowsCustomization": [
{
"id": 1,
"Item": "Disable Windows 10 Tablet Mode, Use desktop mode and Don't ask me and don't switch.",
"value": "True"
},
{
"id": 2,
"Item": "Show the touch keyboard when not in tablet mode and there's no keyboard attached.",
"value": "True"
}
]
}
I have a problem with Deserialize it using Newtonsoft and place the item value to the label text.
Is anybody can help me with this? Thanks in advance





