MCPcopy Create free account
hub / github.com/CloudOrc/SolidUI / json_data

Method json_data

solidui/entity/core.py:140–141  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

138
139 @property
140 def json_data(self) -> str:
141 return json.dumps(self.data)
142
143
144class ModelType(Base):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected