Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ jsonify
Method
jsonify
aleph/views/serializers.py:83–85 ·
view source on GitHub ↗
(cls, obj, **kwargs)
Source
from the content-addressed store, hash-verified
81
82
@classmethod
83
def
jsonify(cls, obj, **kwargs):
84
data = cls().serialize(obj)
85
return
jsonify(data, **kwargs)
86
87
@classmethod
88
def
jsonify_result(cls, result, extra=None, **kwargs):
Callers
15
view
Function · 0.80
update
Function · 0.80
create
Function · 0.80
view
Function · 0.80
item_update
Function · 0.80
create
Function · 0.80
view
Function · 0.80
update
Function · 0.80
view
Function · 0.80
create
Function · 0.80
view
Function · 0.80
create
Function · 0.80
Calls
2
jsonify
Function · 0.90
serialize
Method · 0.80
Tested by
no test coverage detected