简体   繁体   中英

Windows phone 7 - Json parse

Is there a 3rd party library to parse a json string in Windows Phone 7? In windows phone 8 I use JSON.Net (Newtonsoft), but when I tried to install it in my WP7.1 project, it gives me an error.

在此处输入图片说明

Thank you.

Try to install older version of Newtonsoft Libs. version 4. should work, as I have same in my wp7.1 project.

using nuget.

PM > Get-Package -Filter Newtonsoft -ListAvailable -AllVersions

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM