Relative Content

Tag Archive for c#jsonjsonnode

JsonNode.HasProperty returns false when value is null

So I am writing a wrapper for JsonNode to easier extract json properties when there is no data-contract and I need to support a plethora of different values. But I am having some issues when it comes to reading an empty value. So either I am doing something wrong, or JsonNode is the wrong class to work with here.