Skip to content

Commit f7698aa

Browse files
committed
remove stringify
1 parent e008918 commit f7698aa

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/vendor/Json.res

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ let parseOrRaise = s =>
1717
}
1818
\"@@"(raise, ParseError(message))
1919
}
20-
21-
@val external stringify: JSON.t => string = "JSON.stringify"

src/vendor/Json.resi

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,3 @@ let parse: string => option<JSON.t>
117117
`ParseError` otherwise
118118
*/
119119
let parseOrRaise: string => JSON.t
120-
121-
/**
122-
stringify(json)` returns the `string` representation of the given `JSON.t` value
123-
*/
124-
let stringify: JSON.t => string

0 commit comments

Comments
 (0)