MCPcopy 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
749def _is_json_field(field: ModelField) -> bool:
750 return any(type(item) is Json for item in field.field_info.metadata)
751
752
753def _get_multidict_value(

Callers 1

_get_multidict_valueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…