One of the best JSON libraries just got better. James Newton-King just released version 6.0 release 4 of JSON.NET! It came out on August 4th, but I just came across it. This is not just a bug fix release. Some of the updates include:
- Merge – makes it super simple to merge JSON
- ConstructorInfo properties replaced with functions – simplifies Dependency Injection
- Metadata properties no longer have to be ordered first
- XML document type support!
And more! And to top it off, he gave it a nice performance boost! Nice work!
Happy Coding!