Module Sarif.Json_string

module Json_string: sig .. end

type t = string 
val of_yojson : [> `String of 'a ] -> ('a, string) Stdlib.result
val to_yojson : 'a -> [> `String of 'a ]