Module Sarif.Graph_dictionary

module Graph_dictionary: Json_dictionary(Graph)

type t = (string * J.t) list 
val of_yojson : [> `Assoc of ('a * Yojson.Safe.t) list | `Null ] ->
(('a * J.t) list, string) Pervasives.result
val to_yojson : ('a * J.t) list -> [> `Assoc of ('a * Yojson.Safe.t) list ]