hello there,
how can a string or json object be converted into a dictionary ? below is the input string i have and i want to create a dictionary out of it, but without using the microsoft extension activities. basically i was trying to understand how to convert an object into a dictionary using the ToDictionary() method
{"firstName":"jane","last":"doe","email":"jane@oranges.com","handy":"7854415252","city":"paris","gender":"female","submit":true}
appreciate your inputs
hara