MCPcopy 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
99def json_decode_orjson(data):
100 return orjson.loads(data)
101
102
103def json_encode(obj, indent=None, sort_keys=False):

Callers 1

json_decodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected