Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save documentprocessing/80f8a7d72deefe68c70c1b632ae227ff to your computer and use it in GitHub Desktop.
Save documentprocessing/80f8a7d72deefe68c70c1b632ae227ff to your computer and use it in GitHub Desktop.
Handling Large Data with JSON Crack
const largeDataConfig = {
maxDepth: 4, // Limit initial rendering depth
lazyLoad: true, // Load nodes on demand
previewThreshold: 50 // Show preview for arrays > 50 items
};
JsonCrack.draw('big-data-view', hugeJson, largeDataConfig);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment