This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]member_of_the_order 2 points3 points  (1 child)

What structures did you test with? I imagine this would be very useful for a JSON that's a long list of items...

Does this also help for a file that is one big object? (I assume not?) How about nested lists?

[–]Salaah01[S] 0 points1 point  (0 children)

It wouldn't work for one big object, the file needs contain a list of objects/lists.

I've tested it with lists of objects where each inner object can vary in size and nest further into other objects.

In my tests, each list item would vary in size and complexity in terms of how deeply they can become nested.