Philip Frerk
Results
1
issues of
Philip Frerk
I'd like a sync variant of `JsonSchema.FromJsonAsync`, as there are scenarios in which an async call is not possible. ```cs var schema = JsonSchema.FromJson(myJsonString); ``` Currently, the only work around...