File: pretty.mli

package info (click to toggle)
yojson 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 384 kB
  • sloc: ml: 2,898; makefile: 37
file content (3 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (3)
1
2
3
val format : ?std:bool -> json -> Easy_format.t
val to_string : ?std:bool -> json -> string
val to_channel : ?std:bool -> out_channel -> json -> unit