MCPcopy Create free account
hub / github.com/dagger/dagger / json

Method json

sdk/python/src/dagger/client/gen.py:13168–13172  ·  view source on GitHub ↗

Initialize a JSON value

(self)

Source from the content-addressed store, hash-verified

13166 return await _ctx.execute(str)
13167
13168 def json(self) -> JSONValue:
13169 """Initialize a JSON value"""
13170 _args: list[Arg] = []
13171 _ctx = self._select("json", _args)
13172 return JSONValue(_ctx)
13173
13174 def llm(
13175 self,

Callers

nothing calls this directly

Calls 2

_selectMethod · 0.80
JSONValueClass · 0.70

Tested by

no test coverage detected