No. wwDotnetBridge does not get loaded by default.
But doing:
DO wwJsonSerializerDO wwDotnetBridge
somewhere to load the libraries is required.
+++ Rick ---
From: | Rick Strahl |
To: | Roger Bradshaw |
But doing:
DO wwJsonSerializerDO wwDotnetBridge
+++ Rick ---
After recompiling everything I could think of, I'm getting a different error - file GetwwDotnetBridge.prg does not exist. I see this is in wwDotNetBridge.prg. Shouldn't these routines be available by my starting up with "DO WWCLIENT"?
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 ---
+++ Rick ---
DO wwJsonSerializer && Load libs
loJson = CREATEOBJECT("wwJsonSerializer")
lcJson = '["Value,1","Value2. This \"is\" neat","Value3"]'
loResult =loJson.DeserializeJson(lcJson)