Module Lib_config.JsonSource

Sourceval set_pretty_to_string : (Std.json -> string) -> unit

Merlin's logger requires a Json pretty-printer for correct operation. set_pretty_to_string can be used to provide one. A common pretifier is Yojson.Basic.pretty_to_string.