facebook-csharp-sdk/simple-json

support JsonEncode for DBNull

Closed this issue · 1 comments

object value = DBNull.Value;
Assert.AreEqual("null", SimpleJson.JsonEncode(value));

will not implement DBNull. brings complexity and not I don't think portable library support it.