Time Nick Message
07:16 luk3yx Would it be a bad idea to suggest adding an "empty table value" to minetest.write_json? Currently `minetest.write_json({})` just returns `"null"`
16:19 MTDiscord Yes
16:19 MTDiscord 1. Compat
16:19 MTDiscord 2. {} could either be {} or [] in JSON
16:20 MTDiscord The core problem is the use of JSON IMO
16:20 MTDiscord We'd need something like https://github.com/appgurueu/luon IMO
19:27 luk3yx 1. Compat
19:27 luk3yx That's why it would be a separate parameter and not default
19:28 luk3yx 2. {} could either be {} or [] in JSON
19:28 luk3yx Which is why it's a parameter that you can hopefully set to either of those
19:30 luk3yx The core problem is the use of JSON IMO
19:30 luk3yx There's no other good way I know of for easily loading/unloading untrusted data
23:00 Sokomine hm. spam on the forum really is an issue...
23:13 MTDiscord yup