/jason

A simple inefficient and buggy JSON parser written in JavaScript. Just a fun project

Primary LanguageTypeScript

A simple inefficient and buggy JSON parser written in JavaScript

The project is archived

This JSON parser isn't guaranteed to work properly. Its recommended to use builtin JSON.parse instead of this

What is Jason

Jason is a simple inefficient and buggy JSON parser

Installation

npm i jason-parser

How to use it

import { parse } from 'jason-parser'
// or
const { parse } = require('jason-parser')

const jsonString = '{"key":{"another-key":3}}'
const object = parse(jsonString)

Why would someone use

pepeshrug

Don't