Hejle

Results 3 comments of Hejle

I have the same problem, with this very simple Unittest, which should fail at execution 2, but passes because of the bug making it only run the first test. However...

I can try out a few things on how to render json. One thing I have already noticed, is that it is considerably harder to work with System.Text.Json, as its...

I have tried a few things with Generating JSON, and so far the easiest would be to consider JValue (NewtonSoft) and JsonValue (System.Text.Json) as KnownSingleValues, and then generating them using...