windows 10 Newtonsoft.json deserialize -
i trying convert windows phone 8.1 project windows10 universal project.
i have problem newtonsoft.json 7.0.1. uninstalled , installed newtonsoft.json 6.0.8, same windows phone 8.1 project.
all going until try deserialize dynamic json object (this dynamic json object has different name , value each element every time when try access it) when try use jsonobject.children() function child element of json object. (this function works windows phone 8.1) program throw ex 'system.invalidoperationexception' in mscorlib.ni.dll.
i had similar issue newtonsoft.json, solution check out / download code https://github.com/jamesnk/newtonsoft.json or search json.net on github add windows 10 class library project , add classes github project , build, might need resolve minor things no code changes required, , got work.
Comments
Post a Comment