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 | 0000000765 765 Bytes | |
ocaml-jsonm.spec | 0000003364 3.29 KB |
Revision 7 (latest revision is 20)
Olaf Hering (olh)
committed
(revision 7)
simpler variant of ocaml_preserve_bytecode usage (SR#511780)
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.