We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e008918 commit f7698aaCopy full SHA for f7698aa
src/vendor/Json.res
@@ -17,5 +17,3 @@ let parseOrRaise = s =>
17
}
18
\"@@"(raise, ParseError(message))
19
20
-
21
-@val external stringify: JSON.t => string = "JSON.stringify"
src/vendor/Json.resi
@@ -117,8 +117,3 @@ let parse: string => option<JSON.t>
117
`ParseError` otherwise
118
*/
119
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