Hi, I realized the following bug:
If I create a new permanent json array
$jsonarray = ^jsoncreate(permanent array)
and try to access it during the next volley
e.g.
^jsonwrite($jsonarray)
the call fails.
If I add a dummy element directly after creating it works fine.