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
I don't think using the current time, in the event of a missing key, would ever be the intended behaviour (IMO)
I think by default the parser should continue on error, rather than rejecting the whole file. Perhaps change the default behaviour to that, but as a strict flag to revert to the current behaviour?
Feature Request
Opening a feature request kicks off a discussion.
Proposal:
Add a way to handle json data with missing time keys
Current behavior:
json parsing fails the entire document
Desired behavior:
Use case:
extends the capability of the json parser. enables more json files to be parsed without the need for custom application logic.
The text was updated successfully, but these errors were encountered: