I would expect that jx_setNum(json : '[UBOUND]' : 1234.5678); adds the value to the array but it seems that it somehow replaces the array (or redefines the array node to a non-array node?). The outcome is that the array is now the single value I just pushed.
Unit test NOXDBUT2 test case TEST_ARRAY_PUSH_UBOUND. Test file: unittests/data/parser/test9-array-push-ubound.json
I would expect that
jx_setNum(json : '[UBOUND]' : 1234.5678);
adds the value to the array but it seems that it somehow replaces the array (or redefines the array node to a non-array node?). The outcome is that the array is now the single value I just pushed.Unit test NOXDBUT2 test case TEST_ARRAY_PUSH_UBOUND. Test file: unittests/data/parser/test9-array-push-ubound.json