Skip to content

Upgrade from 3.4.0 to 3.5.0

hhugo edited this page Nov 16, 2019 · 1 revision

This page tries to collect instructions needed to upgrade from js_of_ocaml 3.4 to js_of_ocaml 3.5

Ppx deriving syntax changes

3.4 3.5
[%derive.json: t] [%json: t]
[%derive.to_json: t] [%json_of: t] or [%to_json: t]
[%derive.of_json: t] [%of_json: t]
Clone this wiki locally