[Tools] Interactively exploring a large JSON file with fx

Opening large JSON files inside of your IDE or text editor can be a pain at times, with this command line tool you can drill down into large JSON files with just a few commands.

We will explore opening a large JSON file containing an array of more than 5000 items, while being able to filter down into an item and to a given property with the help of autocompletion from the fx command line tool.

https://www.npmjs.com/package/fx

原文地址:https://www.cnblogs.com/Answer1215/p/14040211.html