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
Encoding null in JSON with nil values in Lua is a pretty weird problem to solve, considering Lua has a set of obscure rules of when to consider nil a value and when not. That said, this should be considered a bug nonetheless.
Expected Output:
Actual Output:
p.s. toml encoding gives me a "unsupported rust type" error 😅
The text was updated successfully, but these errors were encountered: