Newtonsoft.Json.Schema
Newtonsoft.Json.Schema copied to clipboard
Cacheing JSchema instances between `Load()`s
I have a use case for caching JSchema
s in between loads. I have a need to load a series of schemas that all reference eachother, and I'd like to cache the individual schemas in between these loads.
If this is possible, I'd like to know how. And if not, consider this a feature request.