Closed panesofglass closed 5 years ago
I'm not sure what restrictions the Json.NET Schema license may require. I was thinking of using the Unlicense or MIT, since that's what Newtonsoft.Json.FSharp.Idiomatic uses, and this project currently uses that code.
@JamesNK or @baronfel, can you offer suggestions? I don't think this qualifies as a derivative work, and the goal is to add additional implementations for things like System.Text.Json.
System.Text.Json
Now using NJsonSchema, which uses MIT, so going with MIT.
I'm not sure what restrictions the Json.NET Schema license may require. I was thinking of using the Unlicense or MIT, since that's what Newtonsoft.Json.FSharp.Idiomatic uses, and this project currently uses that code.
@JamesNK or @baronfel, can you offer suggestions? I don't think this qualifies as a derivative work, and the goal is to add additional implementations for things like
System.Text.Json
.