Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2016-08-25 10:59:05 +0300
committerGitHub <noreply@github.com>2016-08-25 10:59:05 +0300
commitf54b0e47a08782a6131cc3d60f94d038fa6e0a51 (patch)
treefd0e14d8a4679735b5423d4123879d84dc1e6cba /doc/pointer.zh-cn.md
parentab791ae90cbfd2e229be1b5e9db577728cfb3352 (diff)
parent17254e090e0dc3d5d1aca8efd6303cdbd07dbae1 (diff)
Merge pull request #714 from miloyip/version1.1.0v1.1.0
Version 1.1.0
Diffstat (limited to 'doc/pointer.zh-cn.md')
-rw-r--r--doc/pointer.zh-cn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pointer.zh-cn.md b/doc/pointer.zh-cn.md
index d9bd9c3c..f58f55f3 100644
--- a/doc/pointer.zh-cn.md
+++ b/doc/pointer.zh-cn.md
@@ -1,6 +1,6 @@
# Pointer
-## 状态: 实验性,应该会合进 v1.1
+(本功能于 v1.1.0 发布)
JSON Pointer 是一个标准化([RFC6901])的方式去选取一个 JSON Document(DOM)中的值。这类似于 XML 的 XPath。然而,JSON Pointer 简单得多,而且每个 JSON Pointer 仅指向单个值。