c# - using Json in Portable Class Library -


i'm attempting load data in portable class library. data in json format. need parse , work information. unfortunately, doesn't appear system.json available. @ same time, tried include json.net nuget package without luck.

how 1 work json data in portable class library?

thank you

json.net pcl available - if can't find official nuget version, old version in mvvmcross json plugin package - or in mvvmcross binaries git repo.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -