Skip to content
Snippets Groups Projects
Verified Commit 3e7921d6 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

doc: add missing value for `json` option

parent 1e8b00ba
No related branches found
No related tags found
No related merge requests found
Pipeline #1659 passed
...@@ -193,14 +193,20 @@ by the ``dynare`` command. ...@@ -193,14 +193,20 @@ by the ``dynare`` command.
Suppresses all warnings. Suppresses all warnings.
.. option:: json = parse|transform|compute .. option:: json = parse|check|transform|compute
Causes the preprocessor to output a version of the ``.mod`` Causes the preprocessor to output a version of the ``.mod`` file in
file in JSON format. JSON format. When the JSON output is created depends on the value
passed. These values represent various steps of processing in the
preprocessor.
If ``parse`` is passed, the output will be written after the If ``parse`` is passed, the output will be written after the parsing of
parsing of the ``.mod`` file to a file called the ``.mod`` file to a file called ``FILENAME.json`` but before file
``FILENAME.json``. has been checked (e.g. if there are unused exogenous in the model
block, the JSON output will be created before the preprocessor exits).
If ``check`` is passed, the output will be written to a file called
``FILENAME.json`` after the model has been checked.
If ``transform`` is passed, the JSON output of the transformed If ``transform`` is passed, the JSON output of the transformed
model (maximum lead of 1, minimum lag of -1, expectation model (maximum lead of 1, minimum lag of -1, expectation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment