GetNamedString method of JsonObject is returning   for space. For ex.” The String ” is returned as  The String . Is there any workaround to fix this issues?
GetNamedString method of JsonObject is returning   for space. For ex. The String is
Share
how about running it through HtmlDecode or ConvertToText – depending on what content you expect in the string:
By the way, I did have to explicitly put the
nbsp;in the string to get it to appear, so suspect the JSON you are getting has that embedded (versus it just doing so by default).