Source locations and structured errors for text codecs (extracted from jsont)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

csv: rename from csvt

Drops the redundant "t" suffix. Library name, opam package, module
(Csvt -> Csv), and directory all rename in lockstep. Every downstream
reference in interop tests, libraries, and docs updated.

+1 -1
+1 -1
README.md
··· 4 4 codecs, extracted from Daniel Bünzli's 5 5 [jsont](https://erratique.ch/software/jsont). Packaging the shared 6 6 base as a standalone library lets non-JSON text codecs (`xmlt`, 7 - `csvt`, `sexpt`, ...) reuse it without pulling in `jsont`. 7 + `csv`, `sexpt`, ...) reuse it without pulling in `jsont`. 8 8 9 9 A direct copy of `jsont_base.ml` and the `Error` module of `jsont.ml`, 10 10 with JSON-specific pieces (the `Number` module, the JSON `Sort.t`