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
Sometimes is useful to keep parsing a large json object even when some properties are not present right now any key that's not found rises an error. My suggestion is that we could have an optional init parameter to define if we want strict rules or just returning None in case the key is not present.
The text was updated successfully, but these errors were encountered:
Sometimes is useful to keep parsing a large json object even when some properties are not present right now any key that's not found rises an error. My suggestion is that we could have an optional init parameter to define if we want strict rules or just returning None in case the key is not present.
The text was updated successfully, but these errors were encountered: