-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Get size without .dump() #634
Copy link
Copy link
Closed
Labels
kind: questionsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Description
Activity
Metadata
Metadata
Assignees
Labels
kind: questionsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Is there a way to get the size of a json object without dumping it first? I'm doing some load testing and would like to avoid the time it takes to dump a 4GB json file just to see how big it is, then do nothing with the dump.