Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

DeserializeJson Call

$
0
0
DeserializeJson Call
West Wind Internet Protocols
DeserializeJson Call
Feb. 5, 2013
08:42 am
3PJ0INLH4Show this entire thread in new window
Gratar Image based on email address
From:Roger Bradshaw
To:All
I have the very latest wwIpstuff.dll, wwDotnetBridge.dll and NewtonSoft.Json.dll in the same folder as where I'm doing my development. However, the code below returns the error "Property DESERIALIZEJSON is not found". Can you let me know what I could be missing?

DO wwJsonSerializer && Load libs

loJson = CREATEOBJECT("wwJsonSerializer")

lcJson = '["Value,1","Value2. This \"is\" neat","Value3"]'
loResult =loJson.DeserializeJson(lcJson)


Viewing all articles
Browse latest Browse all 10393

Trending Articles