lainq / jason

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

Home Page:https://github.com/pranavbaburaj/jason

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://github.com/pranavbaburaj/jason


Languages

Language:TypeScript 100.0%