ocaml-json: rename package jsont -> json
Directory ocaml-jsont -> ocaml-json. Library name jsont -> json,
jsont.bytesrw -> json.bytesrw, jsont.brr -> json.brr. Module renames:
Jsont -> Json, Jsont_base -> Json_base, Jsont_bytesrw -> Json_bytesrw,
Jsont_brr -> Json_brr. The internal type alias ['a jsont := 'a t] used
in sub-module signatures was renamed to ['a codec := 'a t] to avoid
clashing with the [json] value type now exposed at the top level.