diff --git a/docs/uts/buildin-object-api/utsjsonobject.md b/docs/uts/buildin-object-api/utsjsonobject.md index 6fdc137cf1784dbc7810425249411288246d06e8..2797755574dbdc8e6e1892250789dd957ea729f9 100644 --- a/docs/uts/buildin-object-api/utsjsonobject.md +++ b/docs/uts/buildin-object-api/utsjsonobject.md @@ -40,20 +40,6 @@ if(parseRet instanceof UTSJSONObject){ ## 静态方法 -### parse() - - - - - - - - - - - - - ### keys(object: UTSJSONObject): Array\ @@ -119,6 +105,20 @@ const returnedTarget = UTSJSONObject.assign(target, source); ## 实例方法 +### parse() + + + + + + + + + + + + + ### get(key: string): any | null 返回指定键对应的值,如果对象中不存在此键则返回 null。