the-json-toolbox
Add a variety of tools to manipulate JSONs.
Add a variety of tools to manipulate JSONs.
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.
JsonIndexer is a utility class designed for efficient parsing and indexing of large JSON files. It reads the file in chunks to minimize memory usage, identifies specific arrays or objects by key, and builds an index for quick access. This index includes m
A comprehensive utility for sorting JSON objects by keys.