Skip to content

Parser that can make sense of oddly formatted JSON returned from popular LLMs

Notifications You must be signed in to change notification settings

PeterHarpLabs/llm-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Created by Harplabs

LLM-JSON

A parser than can make sense of unusual structures returned by LLM.

Usage

const { parser } = require('llm-json');

const json = '{ "hey": "there" + " pussycat" }';
return parser.parse(json);

About

Parser that can make sense of oddly formatted JSON returned from popular LLMs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published