package ppx_yojson
PPX extension for Yojson literals and patterns
Install
Dune Dependency
Authors
Maintainers
Sources
ppx_yojson-1.0.0.tbz
sha256=de1d7738aaee71ad1fd735463739b6b2f1c86ec0385625c67f2f8fadff969d72
sha512=b7109ed6e4f769cf944c0888108b91b806e2f2a6431b6db7dc489693a0fca51052f77ae0bca7f5312306bb2a6f00642431201faaf543cce71d4cd3899fae23ae
doc/CHANGES.html
1.0.0
Additions
- Add anti-quotations
[%y? pat]
in pattern extension (#18, @noRubidium)
0.2.0
2018-12-04
Additions
- Add an extension to write Yojson patterns
- Add anti-quotations
[%y expr]
in expression extension - Add support for
int32
,int64
andnativeint
payloads
Fixes
- Improve error's loc for unsupported int literals in expression extension's payload
0.1.0
2018-10-04
Initial release