There’s two spaces after JSON there, because req
still is ""
.
Probably args[2]
is not actually "Test"
. Did you remember that lua uses 1-based indices?
Also you can use the debugger to step through line by line and watch the variables change.