从任意 JSON 对象创建可直接用于 Python 的数据字面量。
转换器将 JSON 的 true、false、null 映射为 Python 的 True、False、None,并构建嵌套 dict 和 list 字面量。