Fix incorrect API in tutorial document.
This commit is contained in:
parent
0be627430d
commit
c1b66cc082
@ -192,7 +192,7 @@ Checking | Obtaining
|
|||||||
`bool IsNumber()` | N/A
|
`bool IsNumber()` | N/A
|
||||||
`bool IsUint()` | `unsigned GetUint()`
|
`bool IsUint()` | `unsigned GetUint()`
|
||||||
`bool IsInt()` | `int GetInt()`
|
`bool IsInt()` | `int GetInt()`
|
||||||
`bool IsUint64()` | `uint64_t GetUint()`
|
`bool IsUint64()` | `uint64_t GetUint64()`
|
||||||
`bool IsInt64()` | `int64_t GetInt64()`
|
`bool IsInt64()` | `int64_t GetInt64()`
|
||||||
`bool IsDouble()` | `double GetDouble()`
|
`bool IsDouble()` | `double GetDouble()`
|
||||||
|
|
||||||
|
@ -192,7 +192,7 @@ JSON只提供一种数值类型──Number。数字可以是整数或实数。R
|
|||||||
`bool IsNumber()` | 不适用
|
`bool IsNumber()` | 不适用
|
||||||
`bool IsUint()` | `unsigned GetUint()`
|
`bool IsUint()` | `unsigned GetUint()`
|
||||||
`bool IsInt()` | `int GetInt()`
|
`bool IsInt()` | `int GetInt()`
|
||||||
`bool IsUint64()` | `uint64_t GetUint()`
|
`bool IsUint64()` | `uint64_t GetUint64()`
|
||||||
`bool IsInt64()` | `int64_t GetInt64()`
|
`bool IsInt64()` | `int64_t GetInt64()`
|
||||||
`bool IsDouble()` | `double GetDouble()`
|
`bool IsDouble()` | `double GetDouble()`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user