最簡單的方法是將字符串簡單地傳遞給JSON類型構造函數,如下所示: declare json_obj json; begin json_obj := json('{'foo':'bar', 'baz':42, 'foobar': [1,2,3]}'); ...
確定! 回上一頁