我有一个Json字符串.我想从那个Json字符串中获取价值.
这是我的json字符串
{"latitude":"22.5712854"},{"longitude":"88.4266847"}
我只想latitude和longitude由此,使用T-SQL查询.
在web.config文件中添加命名空间有什么好处?
<configuration>
<system.web>
<pages>
<namespaces>
<add namespace="System.Collections" />
</namespaces>
</pages>
</system.web>
</configuration>
Run Code Online (Sandbox Code Playgroud)