package ppx_yojson

  1. Overview
  2. Docs
PPX extension for Yojson literals and patterns

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_yojson-1.2.0.tbz
sha256=d12b59c88b8866d38a40d0e3eb3465727db35a19b27fdea739e9875628a10651
sha512=d3ec6e18e60eff1c3a7fbbadb852fbe2953f26735034c8aea494a7f1af3620a8d3a05e38d8ad7427871451e439fa359e1b96cf7a3ff936071e91e48a9fa4831f

CHANGES.md.html

1.2.0

Added

  • Support %ezjsonm extension to output Ezjsonm-compatible values. (#31, @mefyl)

  • Add generic antiquotation syntax [%aq ...] (#32, @NathanReb)

1.1.0

Added

  • Make ppx_yojson fully compatible with 4.11 (#22, @NathanReb)

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 and nativeint payloads

Fixes

  • Improve error's loc for unsupported int literals in expression extension's payload

0.1.0

2018-10-04

Initial release