Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fastapi/fastapi
/ _is_json_field
Function
_is_json_field
fastapi/dependencies/utils.py:749–750 ·
view source on GitHub ↗
(field: ModelField)
Source
from the content-addressed store, hash-verified
747
748
749
def
_is_json_field(field: ModelField) -> bool:
750
return
any(type(item) is Json
for
item in field.field_info.metadata)
751
752
753
def
_get_multidict_value(
Callers
1
_get_multidict_value
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected