Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ json_decode_native_json
Function
json_decode_native_json
st2common/st2common/util/jsonify.py:95–96 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
93
94
95
def
json_decode_native_json(data):
96
return
json.loads(data)
97
98
99
def
json_decode_orjson(data):
Callers
1
json_decode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected