Non-blocking streaming JSON codec for OCaml
https://opam.ocaml.org/packages/jsonm
Jsonm is an OCaml non-blocking streaming codec to decode and encode the JSON
data format. It can process JSON text without blocking on IO and without a
complete in-memory representation of the data.
The uncut codec also processes whitespace and (non-standard) JSON with
JavaScript comments.
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:ocaml/ocaml-jsonm && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
jsonm-1.0.1.tar.gz | 0000023144 22.6 KB | |
ocaml-jsonm.changes | 0000000600 600 Bytes | |
ocaml-jsonm.spec | 0000003359 3.28 KB |
Revision 4 (latest revision is 20)
Olaf Hering (olh)
committed
(revision 4)
- Replace tabs with spaces in generated _oasis file
Comments 1
@olh: Any reason to prefer oasis over topkg? I find the syntax of topkg a lot more straightforward than all this hardcoded oasis stuff inside spec file. Besides, the author of jsonm is also the author of topkg (and uutf and others), topkg seems pretty appropriate.