Skip to content

Webhelpers.ConvertToJson() Issue #130

Closed
@sssh

Description

@sssh

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions