bert.erl
bert.erl copied to clipboard
Enable nested dict decoding
Currently bert can only decode one-level dicts, this enables nested dict decoding.
Apologies for including 2 commits in this pull request, but I'm using a combination of laziness and judgment and assuming that the dict encoding fix is a given.