Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ json_decode_orjson
Function
json_decode_orjson
st2common/st2common/util/jsonify.py:99–100 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
97
98
99
def
json_decode_orjson(data):
100
return
orjson.loads(data)
101
102
103
def
json_encode(obj, indent=None, sort_keys=False):
Callers
1
json_decode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected