Postgres 9.4 JSON:处理内部带双引号的句柄

时间:2017-05-15 13:05:19

标签: json postgresql

我有一个内部带双引号的json数据。

For example, '{"resource": "xml version=\"1.0\" "}',
and when I run any json_function I get an error:

select '{"resource": "xml version=\"1.0\" "}'::jsonb - 'resource';

ERROR: invalid input syntax for type json Detail: Expected "," or "}", but found "1.0"

有人可以解释一下,在这种情况下如何处理这些双引号?

0 个答案:

没有答案