UNPKG

incomplete-json-parser

Version:

A JSON parser that can parse incomplete JSON strings.

6 lines (5 loc) 238 B
import { ArrayScope } from "./array.scope"; import { LiteralScope } from "./literal.scope"; import { ObjectScope } from "./object.scope"; import { Scope } from "./scope.interface"; export { ArrayScope, LiteralScope, ObjectScope, Scope };