MarcosLopezC / LightJson

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

Object keys can be null #1

Closed MarcosLopezC closed 9 years ago

MarcosLopezC commented 9 years ago

The key of a Json Object can be null. This behavior is not consistent with the JSON specifications.

MarcosLopezC commented 9 years ago

Turns out that the underlying implementation prevents null keys, so we don't have to check ourselves.