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.
- Devel package for openSUSE:Factory
- 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 | 0000000703 703 Bytes | |
ocaml-jsonm-1.0.2.tar.xz | 0000021152 20.7 KB | |
ocaml-jsonm.changes | 0000000448 448 Bytes | |
ocaml-jsonm.patch | 0000000245 245 Bytes | |
ocaml-jsonm.spec | 0000001956 1.91 KB |
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.