Skip to content

Commit

Permalink
Merge pull request #7 from EdamAme-x/main
Browse files Browse the repository at this point in the history
docs
  • Loading branch information
EdamAme-x authored Jun 18, 2024
2 parents 1b51d40 + d89510a commit a3d0dd5
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 a3d0dd5

Please sign in to comment.