Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork0
A test program to figure out how big a JSON file we can load in Node.js
License
Data-Wrangling-with-JavaScript/nodejs-json-test
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A test program to figure out how big an amount of JSON data we can deserialize through the JavaScript functionJSON.parse in Node.js
This example code accompanies the bookData Wrangling with JavaScript.
If you're a JavaScript developer, you already know that working with data is a big deal. Why let the Python and R coders get all the glory? JavaScript isn't just good at data visualization, you can move your entire data wrangling pipeline to JavaScript and work more effectively.Data Wrangling with JavaScript teaches you core data munging techniques in JavaScript, along with many libraries and tools that will make your data tasks even easier.
Clone the repo to your local hard drive and change directory to the repo.
No dependencies are required.
To determine the largest JSON string that can be deserialized throughJSON.parse run:
node index.jsLet it run for a while and it will eventually print out the largest size JSON string that can pass throughJSON.parse. This is also the size of the largest string in Node.js (well, the V8 JavaScript engine that powers Node.js).
About
A test program to figure out how big a JSON file we can load in Node.js
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
