You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upload certain parameters to a web service from Excel macro as JSON. However when I use WebHelpers.ConvertToJson(RDict) function where RDict is a dictionary consisiting of Key, Value pairs, I am facing the following issues in the converted JSON string:
cm ³ is converted cm3, 90% is converted to 0.90. It would be great if any one could suggest a solution for this.