UNPKG

jsonc-simple-parser

Version:

A simple JSON parser that supports comments and optional trailing commas.

3 lines (2 loc) 135 B
declare const parse: (text: string, reviver?: ((this: any, key: string, value: any) => any) | undefined) => any; export default parse;