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

https://github.com/psychollama/json-parser

A hand-written JSON parser because reasons
https://github.com/psychollama/json-parser

json parser

Last synced: 2 months ago
JSON representation

A hand-written JSON parser because reasons

Awesome Lists containing this project

README

          

# json-parser
A hand-rolled AST parser for JSON. Because... reasons?

## Project Status
:checkered_flag: Done

I wrote this for fun, and it's finished. It isn't a serious project.

## Building Locally
```sh
$ git clone https://github.com/PsychoLlama/json-parser.git
$ cd json-parser
$ yarn

# Prints the generated AST of package.json to stdout
$ ./dist/cli.js package.json
```