You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@chayim I think the current code should be able to handle the addition of 'entry-id', 'timestamp-created', and 'timestamp-last-updated'
The function pairs_to_dict() will transform the list of key-value pairs into a dictionary without any constraints on specific keys. This means it will process any key-value pair in the log, regardless of what the key is.
Documented here.
The text was updated successfully, but these errors were encountered: