UNPKG

jsonfieldexplorer

Version:

Node.js tool to efficiently explore and list all field paths in a JSON object. Perfect for understanding complex JSON structures, it recursively analyzes JSON data to provide a clear summary of nested fields and arrays.

6 lines (4 loc) 139 B
// Disable colors in test environment process.env.NO_COLOR = "1"; // Mock stdout.isTTY to be false in tests process.stdout.isTTY = false;