I have following knockout text binding :
<td><strong><span id="texthotelcode" data-bind="text: parameters"
/></strong></td>
data binding of text: which returns data: {"id1":"2Z94","id2":"9861"}
now I want to convert them from this JSON into Key and value in Dictionary in C# as string, string
Any idea for this case thanks