JSON

postgresql的json操作(2)

字号+ 作者:H5之家 来源:H5之家 2017-06-19 08:04 我要评论( )

Note:Many of these functions and operators will convert Unicode escapes in the JSON text to the appropriate UTF8 character when the database encoding is UTF8. In other encodings the escape sequence m

Note: Many of these functions and operators will convert Unicode escapes in the JSON text to the appropriate UTF8 character when the database encoding is UTF8. In other encodings the escape sequence must be for an ASCII character, and any other code point in a Unicode escape sequence will result in an error. In general, it is best to avoid mixing Unicode escapes in JSON with a non-UTF8 database encoding, if possible.

Note: The hstore extension has a cast from hstore to json, so that converted hstore values are represented as JSON objects, not as string values.

See also Section 9.20 about the aggregate function json_agg which aggregates record values as JSON efficiently.

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
  • JS实现json的序列化和反序列化功能示例

    JS实现json的序列化和反序列化功能示例

    2017-06-19 08:04

  • JSON介绍及简单入门教程

    JSON介绍及简单入门教程

    2017-06-18 12:03

  • 试管的有没有脂肪肝:package.json文件配置详解

    试管的有没有脂肪肝:package.json文件配置详解

    2017-06-18 09:00

  • Newtonsoft.Json 反序列化解析多层嵌套JSON

    Newtonsoft.Json 反序列化解析多层嵌套JSON

    2017-06-16 15:00

网友点评