Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x committed Jun 18, 2024
1 parent 29f8916 commit d89510a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { JSONValue } from "./types.ts";

export function JSONParser(string: string): JSONValue {
// Temp
return JSON.parse(string);
}

0 comments on commit d89510a

Please sign in to comment.