Feature parity between Newtonsoft.Json.Schema and STJ #116911
-
Hi guys, is there publicly available road map of features planned to be included in STJ in area of schema generation? I was checking if my application can switch to STJ from Newtonsoft however I can see that some features are not yet present in STJ. For example selecting schema draft version or respecting min and max values of types. Providing as close feature parity as possible with Newtonsoft would allow us for migrating to STJ. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Would your business requirements preclude you from using JsonSchema.NET/json-everything (and respective satellite packages such as JsonSchema.Net.Generation), which is built on top of STJ? https://github.com/json-everything/json-everything (FYI: I am not associated with the .NET team nor the json-everything team. The author and maintainer of json-everything, Greg Dennis, is one of the co-authors of the current Json Schema specification draft(s), by the way.) |
Beta Was this translation helpful? Give feedback.
Ah, I missed that you were talking about schema specifically. STJ doesn't provide a complete solution, and you might want to consider third party solutions like JsonSchema.NET instead.