# coding=utf-8
from ruamel import yaml
import json
"""
/*
@:param
version python3.7
python -m pip install ruamel.yaml
python None===>>json null
python True===>>json true
*/
"""
"""
/*
@param:
@yaml.dump()
@Dumper=yaml.RoundTripDumper,@default_flow_style=False,@allow_unicode=True
@param: @yaml.load()
@Loader=yaml.Loader
method:
write json file method
read json file method
*/
"""
data={
"json": None,
"method": "get",
"data": {"id": 1001,"status": True,"CddL":{"jobName": "Job_pipeName","elapsedTime": "0.43"}},