```nim import jsony echo {"aaa": 100}.toJson() # {"aaa":100} echo {100: "aaa"}.toJson() # [[100,"aaa"]] ``` Probably it is ok, but a bit inconsistent