Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Brr.Json
SourceJSON codec.
As codec by the JSON object.
Warning. This interface will change in the future.
encode v
encodes v
to JSON using JSON.stringify.
Warning. Do not expect an encode
on a Jv.repr
of an OCaml value to be decoded back by decoded
.
decode s
decodes the JSON text s
into a JavaScript value using JSON.parse.