MarcosLopezC / LightJson

A simple JSON library for C#.
MIT License
60 stars 21 forks source link

Turn ToString into the serializer method for all JsonValues #12

Closed MarcosLopezC closed 9 years ago

MarcosLopezC commented 9 years ago

Instead of using Serialize to create a JSON string, use ToString method. That way the library can work in conjunction with other frameworks such as MVC.

MarcosLopezC commented 9 years ago

Changed in commit 3a2fa7a76a7ae405b3ab11be6ab2b3ed309cd0e7. Closing issue.