Get the type of a registered model using its litteral type
str
Optional
str
bool
Type
bool
- False
Assert a json with possibility to ignore key
Union
Union
List
Generate a unique str for a list of str. Append _1, _2... at the end if the str is already in the list
List
str
str
Return all the subclasses type of a class, it does not include the main class
Type
Set
Return the list of literal values
Any
List
Return a list of parent class of class_ arg (containing class_).
Type
Type
List
Check if an object is a json. Ok is type is primitive or a list or a dict containing list dict or primitive...
Any
bool
Check if an object is a primitive type
Any
bool
issubclass safe that check the input is a class and avoid exception
type
Union
bool
Check if two json are equals
Any
Any
bool
Assert a json with possibility to ignore key
Union
Union
List
bool
Rename all duplicated element in a list of str with _1, _2... at the end
List
List
Any
Check wheter a value in in a listeral list
Any
Any
bool
Any
Tuple