custom JSON output for types `bool` and `option`
type:fixed
For LIGO developers
As reported by Christian from discussion with serokell, there's a trouble when outputting JSON in ast_typed
: bool
and option
are not printed accordingly.
This MR fixes the problem by doing the same we do for textual output (PP.ml
): we add custom cases for bool
and option
.
Changelog details:
Edited by Rémi