You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: