An open API service indexing awesome lists of open source software.

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()

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.