Can you use jsonitems in xojoscript if so, does anyone have a simple example?
You can only use the primitive data types. JSONItem
is a class and the doc states:
Note: You cannot use any built-in Xojo classes within XojoScript.
You could create a context that exposes it though. It’s a bit of work, but it can be done.
If you are calling XojoScript in code. If it’s an IDE script, that isn’t an option.
True