flatten-json: replace list-guess complex algorithm by a naive list-first impl
Instead of pre-processing input to look for lists and dicts, just create lists by default, and turn them to dicts on-the-fly when we obviously can't use a list anymore.
Showing
Please register or sign in to comment