We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3c43e commit d11d3f9Copy full SHA for d11d3f9
1 file changed
src/parser.ts
@@ -5,6 +5,5 @@ if (typeof window === "undefined") {
5
}
6
7
export function JSONParser(string: string): JSONValue {
8
- // Temp
9
return new Function(`return (${string})`);
10
0 commit comments