package ezjsonm
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=527dbd3f930570ced1052f20b8844fe92a87adca7ec870fe9353695902f3d2b5
md5=e8f207c6cd2226b2c4784b1e56556797
Description
Ezjsonm provides more convenient (but far less flexible)
input and output functions that go to and from string
values.
This avoids the need to write signal code, which is useful for
quick scripts that manipulate JSON.
More advanced users should go straight to the Jsonm library and use it directly, rather than be saddled with the Ezjsonm interface.
README
Ezjsonm
An easy interface on top of the Jsonm library.
This version provides more convenient (but far less flexible) input and output functions that go to and from [string] values. This avoids the need to write signal code, which is useful for quick scripts that manipulate JSON.
More advanced users should go straight to the Jsonm[1] library and use it directly, rather than be saddled with the Ezjsonm interface.
Examples
For instance, you can explore the HTTP status code specified in the JSON format here. After downloading that file, you can open an OCaml toplevel and write:
# #require "ezjsonm";;
# let json = Ezjsonm.from_channel (open_in "4.json");;
# Ezjsonm.(get_string (find json ["codes"; "418"; "summary"]))
- : string = "I'm a teapot"
Dev Dependencies (1)
-
alcotest
with-test & >= "0.4.0"
Used by (49)
-
bap
= "0.9.9"
- bap-phoenix
-
camyll
< "0.2.0"
-
cow
>= "1.1.0"
- data-encoding
- decoders-ezjsonm
- dune-compiledb
- ez_api
-
ezjsonm-lwt
= "1.1.0"
- farfadet
- geojson
- geojsone
-
gitlab
>= "0.1.3" & < "0.1.7"
-
jekyll-format
>= "0.2.0"
-
learn-ocaml
< "1.0.0"
- learn-ocaml-client
- mastodon-archive-viewer
-
mirage-tc
>= "0.3.0"
-
mustache
>= "1.0.1" & < "2.1.0" | >= "3.1.0" & < "3.3.0"
- mustache-cli
- obi
- ocveralls
-
opam-bin
>= "0.9.5" & < "1.1.0"
- opam_bin_lib
-
opium
>= "0.12.0" & < "0.16.0" | = "0.18.0"
-
opium_kernel
< "0.18.0"
- plotly
-
ppx_deriving_yaml
< "0.2.2"
- ppx_protocol_conv_jsonm
-
ppx_yojson
>= "1.2.0"
-
qcow
!= "0.10.0"
-
qcow-format
>= "0.2"
- qcow-tool
-
reddit_api_async
< "0.2.1"
-
reddit_api_kernel
< "0.2.1"
-
resto
>= "0.6"
-
soupault
< "3.2.0"
-
tezos-base
< "10.2" | >= "13.0"
- tezos-hacl
-
tezos-openapi
< "20.1"
-
tezos-stdlib-unix
>= "8.0" & < "9.0" | >= "9.2"
-
tezt
>= "2.0.0"
- topojson
- topojsone
-
vpnkit
>= "0.1.1"
-
xapi-rrd
= "1.8.2"
- yaml
- yaml-sexp
- yurt
Conflicts
None