JSONFox icon indicating copy to clipboard operation
JSONFox copied to clipboard

Problem using the .netscanner option

Open tpenninckx opened this issue 10 months ago • 0 comments

Hello, I registered the dll ( RegAsm.exe -tlb -codebase c:\windows\system32\JSONFoxHelper.dll )

When I try to use the .netscanner = .t. option, I have an error : An IF | ELSE |ENDIF statement is missing

My code : SET DEFAULT TO C:\dev\Foxpro\JSONFox-master
Do LocFile("JSONFox", "app")

  • Parse a string into an object. _Screen.Json.netScanner = .T. MyObj = _Screen.Json.Parse('{"foo": "bar"}') If _Screen.Json.lError ? _Screen.Json.LastErrorText ELSE ? MyObj.foo ENDIF

Am I missing something ? Thank you, Thierry Penninckx

tpenninckx avatar Dec 23 '24 14:12 tpenninckx