crs.stdlib
Crs_stdlib.Json
A module wrapping JSON handling for use in the project.
This provides a centralized type and functions for JSON serialization, abstracting over the underlying library (currently Yojson).
crs.cr-comment
crs.crs-cli
crs.crs-parser
crs.reviewdog
type t = Yojson.Basic.t
exception Error of t * string
Exception raised when JSON parsing or validation fails.
val to_string : t -> string
Pretty-print a JSON value to a string.