JsonParser 方法 |
The JsonParser type exposes the following members.
名称 | 说明 | |
---|---|---|
![]() ![]() | JsonStringToString |
JSON字符串转为字符串
|
![]() | Next |
下一个Token(等Token值为 Comma 和 Colon 时自动重置Token)
注:返回 None 表示结束 或 异常结束
|
![]() | ReadValue |
读取当前属性的值
即:"type": "Feature" 中的 Feature
|
![]() ![]() | StringToJsonString |
字符串转为JSON字符串
|