deathmtn
2019-3-6 22:17:46
I'm trying to get away with making a small scripting language for
tablenest
as cheaply as possible and almost got away with just using YAML, but the underlying JSON limitation in which you can't have duplicate keys in an object got me.