Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Rdf_json_ld.J
SourceJSON documents.
1-based line * 0-based column
val from_string :
?encoding:[< Jsonm.encoding ] ->
string ->
(json, range * Jsonm.error) result
to_string json
returns the given json
in JSON syntax. Optional argument minify
(default false
) indicates whether to minify the output.
pp ppf json
pretty-prints json
to ppf
.
Same as pp
but pretty-prints minified JSON.