↧
From: | Todd Landrum |
To: | Rick Strahl |
Ok... the issues is that JSON.NET doesn't deserialize characters in the 127-255, which apparently is per spec. Only high characters are to be encoded.
I've fixed this by changing the JSON string encoding routine to NOT encode upper ASCII characters - they're just embedded into the string now.
I've attached the updated wwIpStuff.dll in the attached ZIP file.
+++ Rick ---