MCPcopy 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
95def json_decode_native_json(data):
96 return json.loads(data)
97
98
99def json_decode_orjson(data):

Callers 1

json_decodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected