Not sure if this is desired behavior or not, but I'd assume that empty array `[]` and empty hash `{}` should be different. `Crimp.stringify([])` -> `[]Array` `Crimp.stringify({})` -> `[]Array`