Skip to content

Instantly share code, notes, and snippets.

@guissalustiano
Created November 21, 2021 04:35
Show Gist options
  • Save guissalustiano/5c47a74b90a5bf186d62b0632231e397 to your computer and use it in GitHub Desktop.
Save guissalustiano/5c47a74b90a5bf186d62b0632231e397 to your computer and use it in GitHub Desktop.
- flatten_root_key = separator.join([root_key, item_key])
+ flatten_root_key = '.'.join([root_key, item_key])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment