Functor Sarif.Json_dictionary

module Json_dictionary: 
functor (J : Json_type-> sig .. end
Parameters:
J : Json_type

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