In Python, the empty array [] is truthy, while in JavaScript it is falsy. This means that struct.pack('?',[]) in Python has a different result to jpstruct.pack('?',[]); in JavaScript. Values that ...
I'm sorry if this has been answered somewhere, or explained in the documentation, if it has, please point me in the right direction. I cannot seem to figure out a way to either access a Python object ...