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 |
---|---|---|
_link | 0000000124 124 Bytes | |
_service | 0000000516 516 Bytes | |
ocaml-jsonm-1.0.1.tar.xz | 0000020604 20.1 KB | |
ocaml-jsonm.changes | 0000001231 1.2 KB | |
ocaml-jsonm.spec | 0000002012 1.96 KB |
Revision 12 (latest revision is 20)
buildservice-autocommit
accepted
request 746702
from
Factory Maintainer (factory-maintainer)
(revision 12)
baserev update by copy to link target
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.