Closed
Description
I am trying to convert a dictionary to JSON using WebHelpers.ConvertToJson() method like below .
Dim RDict As New Dictionary
RDict.Add "testkey1", "test/value/1"
RDict.Add "testkey/2", "test/value/2/"
Below is the JSON string I am getting:
{"testkey1":"test/value/1","testkey/2":"test/value/2/"}
'/' in the value is getting converted as '/'.It would be great if anybody suggest a solution for this issue ?
Metadata
Metadata
Assignees
Labels
No labels