0
kicks
Writing a full JSON Serializer in 100 lines of C# code
After looking at the specs for JSON, I figured it couldn’t be too hard to write a JSON serializer in C#. Not only was it not that hard, it was very short too: about 100 lines of code.