Is the fallthrough [here](https://github.com/alshakero/json-squash/blob/7919955ab20415f986a30949b87c682dff8d99be/index.js#L161 ) intentional? It looks like it's not, given the `if`-`else` above, but I couldn't easily produce a test case that breaks it. Any thoughts?
Is the fallthrough here intentional?
It looks like it's not, given the
if-elseabove, but I couldn't easily produce a test case that breaks it. Any thoughts?