encode recursively nested Arrayrefs and Hashrefs in JSON by commojun · Pull Request #13 · kazeburo/HTTP-Entity-Parser

Before #11, each element of an Arrayref were encoded. But it is not encoded now. So, I modified it to encode recursively the contents of Arrayrefs (and also nested Hashrefs).