Skip to content

Commit

Permalink
Layout adaption in release items file
Browse files Browse the repository at this point in the history
  • Loading branch information
HolQue committed Jan 25, 2024
1 parent ce2591f commit 82ffcbc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions config/robotframework_aio/release_items_JsonPreprocessor.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@

**Example:**

.. code::

dictTest = {\"A\" 1, \"B\" 2}
json_preprocessor = CJsonPreprocessor()
json_preprocessor.jsonDump(dictTest, \"./OutputFile.json\")
| ``dictTest = {\"A\" 1, \"B\" 2}``
| ``json_preprocessor = CJsonPreprocessor()``
| ``json_preprocessor.jsonDump(dictTest, \"./OutputFile.json\")``

* Added ``getVersion`` and ``getVersionDate`` methods to get current version and the date of the version.
* Improved format of nested parameters; improved error messages
Expand Down

0 comments on commit 82ffcbc

Please sign in to comment.