xyncro / chiron

JSON for F#
https://xyncro.tech/chiron
MIT License
173 stars 41 forks source link

Json.tryParse can handle a null string. Includes tests #65

Closed TWith2Sugars closed 8 years ago

TWith2Sugars commented 8 years ago

I had a test project where FSCheck generated a null for a string property and passed it to Json.tryParse.

If this isn't an appropriate place for this null check then feel free to close this pr :)

kolektiv commented 8 years ago

Merged in, thanks :) 6.2.0 should be built shortly with this addition - cheers!