Newtonsoft.Json.Schema icon indicating copy to clipboard operation
Newtonsoft.Json.Schema copied to clipboard

Cacheing JSchema instances between `Load()`s

Open sunkin351 opened this issue 4 years ago • 0 comments

I have a use case for caching JSchemas 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.

sunkin351 avatar Sep 24 '20 22:09 sunkin351