I have an array that I would love to export as part of a json file but in a way that is more readible. I suppose stringify is being used under the hood, which will do a line break down to the deepest level. Is there a way to make it so that it line breaks and indents only down to a certain level and not past that without having to implement my own prettifier?
Thanks