The changelog provides an overview of notable updates and improvements made to the JsonToPython
library throughout its development.
- Bug fixes: Enhanced expression and function processing to ensure the export of a more precise representation of the code.
- Basic functionality for converting JSON structure-code into Python code
- Support for various Python constructs (variables, functions, if-else statements, while and for loops, return statements, print statements, and input statements)
- Support for
if __name__ == "main":