# convertToJson

json解析

# 请求参数

Prop Type Required Default Description
-- String Y 需要解析json的字符串

# 接口请求示例

nativeService.convertToJson(action.commands)

# 返回参数

Prop Type Default Description
-- Object 已解析的json对应的对象

# 接口返回示例