Make sure you recompile all of your files. Look in the help file for updating to the latest version or updating from the shareware version.
DeserializeJson() should be there ( you can double check the wwDotnetBridge.prg source file)...
+++ Rick ---
From: | Rick Strahl |
To: | Roger Bradshaw |
DeserializeJson() should be there ( you can double check the wwDotnetBridge.prg source file)...
+++ Rick ---
+++ Rick ---
DO wwJsonSerializer && Load libs
loJson = CREATEOBJECT("wwJsonSerializer")
lcJson = '["Value,1","Value2. This \"is\" neat","Value3"]'
loResult =loJson.DeserializeJson(lcJson)