https://github.com/mangs/json-stringify
A from-scratch re-implementation of JSON.stringify()
https://github.com/mangs/json-stringify
Last synced: 12 months ago
JSON representation
A from-scratch re-implementation of JSON.stringify()
- Host: GitHub
- URL: https://github.com/mangs/json-stringify
- Owner: mangs
- License: gpl-3.0
- Created: 2016-04-20T21:30:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-21T22:17:36.000Z (about 10 years ago)
- Last Synced: 2024-10-11T11:35:45.598Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json-stringify
A from-scratch re-implementation of `JSON.stringify()`
## Usage
1. Clone this git repository
2. `cd` to the root of the cloned repository's diretory
3. Run `npm install` to install module dependencies
4. Run `npm test` to execute the unit tests
NOTE: in order for this to work, be sure to have a recent version of Node.js and NPM installed.