Hemalurgic
Results
1
comments of
Hemalurgic
Hi, I added a debug line to investigate this issue. Here's what I did: ```csharp Debug.WriteLine($"Parsing number. Path: {token.Path}, JToken Type: {token.Type}, JToken Value: {token.Value()}, Target Type: {t.FullName}"); ``` I...