Sometimes you want to stringify an object in a consistent way, and for human legibility reasons, you may want to put any non-object properties ahead of any object properties, so that it's easier to ...
Douglas Crockford's JSMin algorithm to minimize JavaScript code. My own algorithm to format JavaScript code. A JSON tree viewer. The JSON tree viewer for Notepad++ can handle >10MB JSON file easily.