ppx_jsobject_convversion
Ppx plugin for Typeconv to derive conversion from ocaml types to js objects to use with js_of_ocaml.
For types annotated with [@@deriving jsobject], plugin will generate pair of functions: of_jsobject/jsobject_of to convert from/to JavaScript objects. This allows one to use clean OCaml types to describe their logic, while having ability to easy go down to js types. Easy conversion from js objects to OCaml types means also, one can use fast native JSON.parse to convert JSON to OCaml types.
Plugin supports number of customizations.
Tags | syntax jsoo javascript |
---|---|
Author | Roma Sokolov <sokolov.r.v@gmail.com> |
License | MIT |
Published | |
Homepage | https://github.com/little-arhat/ppx_jsobject_conv |
Issue Tracker | https://github.com/little-arhat/ppx_jsobject_conv/issues |
Maintainer | Roma Sokolov <sokolov.r.v@gmail.com> |
Dependencies |
|
Source [http] | https://github.com/little-arhat/ppx_jsobject_conv/archive/v0.5.1.tar.gz sha256=ffc84ae464f900aa15698a9cdf8ee4c463489c47a364112fb1e817219dea491b md5=4d65f798a7cd9a74efe0ff355d9b1cc8 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ppx_jsobject_conv/ppx_jsobject_conv.0.5.1/opam |
No package is dependent