MarcosLopezC / LightJson

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

Serialize all JSON types, not just objects and arrays. #3

Closed MarcosLopezC closed 9 years ago

MarcosLopezC commented 9 years ago

JsonWriter should be able to serialize any kinds of JSON value, not just objects and arrays.