MCPcopy Create free account
hub / github.com/anomalyco/opencode-sdk-python / json

Method json

src/opencode_ai/_streaming.py:181–182  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

179 return self._data
180
181 def json(self) -> Any:
182 return json.loads(self.data)
183
184 @override
185 def __repr__(self) -> str:

Callers 2

__stream__Method · 0.45
__stream__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected