Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring ConvertToJson procedure to increase readability and to reduce maintenance effort #279

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hnlearndev
Copy link

  • Rearrage all procedures to seperate UTC and Json modules
  • Adding module level variables: json_Indentation As String , json_InnerIndentation As String and json_PrettyPrint As Boolean
  • Adding sub procedures:
    • json_IsArray2D, json_ConvertArray, json_Convert1DArray, json_Convert2DArray, json_ConvertObject, json_ConvertDictionary, json_ConvertCollection
    • json_PrettyPrint_PreConvert, json_PrettyPrint_PostConvert

- Adding module level variables: json_Indentation As String , json_InnerIndentation As String and json_PrettyPrint As Boolean
- Adding sub modules:
    * json_IsArray2D, json_ConvertArray, json_Convert1DArray, json_Convert2DArray, json_ConvertObject, json_ConvertDictionary, json_ConvertCollection
    * json_PrettyPrint_PreConvert, json_PrettyPrint_PostConvert
- Adding module level variables: json_Indentation As String , json_InnerIndentation As String and json_PrettyPrint As Boolean
- Adding sub procedures:
  * json_IsArray2D, json_ConvertArray, json_Convert1DArray, json_Convert2DArray, json_ConvertObject, json_ConvertDictionary, json_ConvertCollection
  * json_PrettyPrint_PreConvert, json_PrettyPrint_PostConvert
- Rearrange all procedures to seperate UTC and Json modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants