BMMevius
BMMevius
I would love to be able to use `FailFast()` on `Literals`. Currently I am having some performance troubles with a large number of different objects that can be passed to...
I have a list like this: ```json [ { "name": "Name1", "arg1": 1.0 }, { "name": "Name2", "arg2": 3.0 } ] ``` The accompanying models are: ``` from typing import...
Thank you I believe this will work very well. Of course, I do have objects that are not parsed the same as my previous example (how can I forget?). They...