# SPDX-License-Identifier: (Apache-2.0 OR MIT)

import orjson

orjson.JSONDecodeError(msg="the_msg", doc="the_doc", pos=1)

orjson.dumps(orjson.Fragment(b"{}"))
