-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
Description
Hi there, great library.
I've run into a number of problems trying to compile the solution and it is largely due to JsonFX. I was able to get it running on some sites, but others would crash unexpectedly.
I modified your code to use http://www.nuget.org/packages/newtonsoft.json/ which is the most widely and popular used json library in .NET. Now it works without any issues at all.
Just thought you should know, I can provide details on the code I changed if you'd like.