module Yojson_biniou:Conversions between JSON and biniousig
..end
val biniou_of_json : Yojson.Safe.json -> Bi_io.tree
Failure
if conversion is not reversible.val json_of_biniou : Bi_io.tree -> Yojson.Safe.json
Failure
if conversion is not reversible, except for biniou
tables which are considered equivalent to arrays of records.