MCPcopy
hub / github.com/scrapinghub/splash / json_encode

Method json_encode

splash/qtrender_lua.py:2274–2276  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

2272
2273 @command(table_argument=True)
2274 def json_encode(self, obj):
2275 pyobj = self.lua.lua2python(obj)
2276 return json.dumps(pyobj, cls=SplashJSONEncoder)
2277
2278 @command()
2279 def json_decode(self, s):

Callers

nothing calls this directly

Calls 1

lua2pythonMethod · 0.80

Tested by

no test coverage detected