i would but that would be necro posting
Necrobumping isnât bad as long as your adding something useful to the post.
1 Like
Iâll be the one to ask. Why donât you want the [1]? Is it critical to whatever youâre trying to accomplish that you keep using a mixed table?
repr is a debugging tool. It is not designed to serialize tables into strings so that you can convert them back into tables again, which is what it looks like youâre doing with the variable name bit. For that, youâll want to find another library or create your own. Converting to JSON is a great alternative, but that will require you to avoid using mixed tables.