文件名称:dataclasses-json:轻松将数据类与JSON进行序列化
文件大小:47KB
文件格式:ZIP
更新时间:2024-02-24 14:18:10
python json dataclasses JSON
数据类JSON 该库提供了一个简单的API,用于在JSON之间对进行编码和解码。 入门非常容易。 。 具有导航栏和搜索功能,应准确反映此自述文件-看看吧! 快速开始 pip install dataclasses-json from dataclasses import dataclass from dataclasses_json import dataclass_json @ dataclass_json @ dataclass class SimpleExample : int_field : int simple_example = SimpleExample ( 1
【文件预览】:
dataclasses-json-master
----setup.py(1KB)
----.gitignore(120B)
----publish.sh(210B)
----pyproject.toml(46B)
----publish.py(645B)
----LICENSE(1KB)
----Pipfile.lock(9KB)
----.github()
--------workflows()
----README.md(21KB)
----tests()
--------test_collections.py(5KB)
--------test_recursive.py(2KB)
--------__init__.py(0B)
--------hypothesis2()
--------entities.py(5KB)
--------test_annotations.py(4KB)
--------test_invariants.py(1KB)
--------test_api.py(9KB)
--------test_union.py(4KB)
--------test_undefined_parameters.py(12KB)
--------test_letter_case.py(3KB)
--------test_enum.py(6KB)
--------test_schema.py(2KB)
--------test_global_config.py(896B)
--------test_nested.py(934B)
--------test_time.py(4KB)
--------test_examples.py(1KB)
--------test_metadata.py(1KB)
--------test_exclude.py(1KB)
--------test_dict.py(3KB)
----Pipfile(293B)
----dataclasses_json()
--------__init__.py(288B)
--------cfg.py(3KB)
--------utils.py(4KB)
--------undefined.py(10KB)
--------api.py(5KB)
--------py.typed(0B)
--------mm.py(13KB)
--------core.py(13KB)