1
0
Fork 0
mirror of synced 2024-06-10 14:34:32 +12:00
Commit graph

1 commit

Author SHA1 Message Date
jim winstead 178e676e0f Fix JSON parser by not always mangling the input
Rather than by assuming the JSON file we are parsing has junk at the beginning
(which maybe only used to happen?), try parsing it as-is first, and then fall
back to trying again after skipping the first line

Fixes #1347
2024-02-27 14:48:19 -08:00