Yaml encoder/decoder for OCaml jsont codecs

odoc

+7
+7
lib/yamlt.mli
··· 29 29 let from_yaml = Yamlt.decode_string Config.jsont yaml_str 30 30 ]} 31 31 32 + {2 Related Libraries} 33 + 34 + {ul 35 + {- [Jsont] - JSON codec library whose type descriptions this library interprets} 36 + {- [Yamlrw] - Pure OCaml YAML parser/emitter used for low-level YAML processing} 37 + {- [Bytesrw] - Byte-level I/O abstraction for streaming encode/decode}} 38 + 32 39 See notes about {{!yaml_mapping}YAML to JSON mapping}, 33 40 {{!yaml_scalars}YAML scalar resolution}, and 34 41 {{!null_handling}null value handling}. *)