18.06.2021, 05:27
There's a limit of 8KB for log() output so you might not get the whole result there.
Another thing to consider is that Lua table key order is not defined so when calling log() you might get certain fields in a different order. This does not affect arrays.
Another thing to consider is that Lua table key order is not defined so when calling log() you might get certain fields in a different order. This does not affect arrays.