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 think JSON-Fortran is parsing files that have extraneous trailing commas? E.g., {"a" : [1,2,3,]}. I don't remember if that was by choice or is just inadvertent. Maybe add an option to check for this when parsing (default would probably be to allow it so as not to break backward compatibility). But, technically, it is invalid JSON.
The text was updated successfully, but these errors were encountered:
I think JSON-Fortran is parsing files that have extraneous trailing commas? E.g.,
{"a" : [1,2,3,]}
. I don't remember if that was by choice or is just inadvertent. Maybe add an option to check for this when parsing (default would probably be to allow it so as not to break backward compatibility). But, technically, it is invalid JSON.The text was updated successfully, but these errors were encountered: