I have sub that uses the jsonparser
sub ProcessJson(strJson as String)
Dim JSON As JSONParser
JSON.Initialize(strJson)
end sub
However as soon as the dim JSON rule is initiated I get the following error:
Error occurred on line: 219 (Main)
java.lang.ClassNotFoundException...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.