Skip to main content

json转实体类

Project description

jsonModel

python json数据转为实体类的工具

python版本

2.7 ~ 3.8

安装

包被上传到pypi

使用pip安装:

$ pip install jsonModel

使用方法

# 模型
class People:
    name = None
    age = None

# 引用
import jsonModel

data = '[{"name":"jack","age":13},{"name":"jone","age":21}]'

# json 转 实体类
res = jsonModel.loads(data, People)

# 实体类 转 json
jsonStr = jsonModel.dumps(res)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyjsonmodel-1.0.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

pyjsonmodel-1.0.0-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page