JsonDictType
- emmet.core.types.typing.JsonDictType
Annotation for free-form JSON-like dict (INCAR-like, ddec6, etc.)
alias of
Annotated[dict[str,Any] |None,BeforeValidator(func=_deser_json_like, json_schema_input_type=PydanticUndefined),WrapSerializer(func=_ser_json_like, return_type=PydanticUndefined, when_used=always)]