angr.utils.json_utils

JSON encode/decode wrappers that use msgspec when available (CPython only), falling back to the standard library json module otherwise.

angr.utils.json_utils.json_decode(data)
Return type:

Any

Parameters:

data (bytes)

angr.utils.json_utils.json_encode(obj)
Return type:

bytes

Parameters:

obj (Any)