Closed
Description
JSON.DeserializeDynamic throws an ArgumentException when deserializing the file from the attached archive. You can run the following code to reproduce it (the path variable should contain the path to the extracted file):
using (var file = File.OpenText(path))
{
JSON.DeserializeDynamic(file);
}
Found via SharpFuzz.
Metadata
Metadata
Assignees
Labels
No labels