I need to create a Public.Parser.JSON2.True object in the parse() function. The parse function itself resides in
Public.Parser.___JSON2.
Sort of unrelated to the technicalities, but shouldn't that be a Public.Parser.JSON2.true (singleton) object? Likely of the class Public.Parser.JSON2.True though. But perhaps that was what you meant?
Yes, youre right. But somehow I have some problems resolving 'Public.Parser.JSON2.true' etc. Do I need something other than
APPLY_MASTER("resolv", 1);
?