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

Nest jsonData for ease of expansion #36

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Nest jsonData for ease of expansion #36

merged 1 commit into from
Sep 7, 2023

Conversation

csmarchbanks
Copy link
Collaborator

Nesting jsonData will allow easier addition of future sections without becoming a mess. However, do not nest secureJsonData because we need to know if each field is set and secureJsonFields is a map of string to bool so must remain flattened.

Nesting jsonData will allow easier addition of future sections without
becoming a mess. However, do not nest secureJsonData because we need to
know if each field is set and secureJsonFields is a map of string to
bool so must remain flattened.
Copy link
Contributor

@sd2k sd2k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@csmarchbanks csmarchbanks merged commit e005ae1 into main Sep 7, 2023
1 check passed
@csmarchbanks csmarchbanks deleted the nest-jsondata branch September 7, 2023 15:37
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