/Prelude-v20.0.0/JSON/Format.dhall
Copy path to clipboardAn internal type used by ./renderAs
to select the output format.
You should not need to use this type directly, simply use ./render
or ./renderYAML
as appropriate.
Source
{-|
An internal type used by `./renderAs` to select the output format.
You should not need to use this type directly, simply use `./render`
or `./renderYAML` as appropriate.
-}
< YAML | JSON >