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 |
---|---|---|
_service | 0000000709 709 Bytes | |
ocaml-jsonm-1.0.2.tar.xz | 0000021152 20.7 KB | |
ocaml-jsonm.changes | 0000000141 141 Bytes | |
ocaml-jsonm.patch | 0000000245 245 Bytes | |
ocaml-jsonm.spec | 0000002000 1.95 KB |
Latest Revision
Olaf Hering (olh)
committed
(revision 20)
unlink from Factory after SR#1070092
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.