Search code examples
xamarinnugetxamarin-studio

Import library into xamarin


How do you import a library into Xamarin?

For instance, how would i import json.net into xamarin for my project?

Thanks


Solution

  • Json.NET is available as a nicely packaged free Xamarin-compatible Component from the Component Store. You can also install from NuGet, but it is generally more difficult to determine which NuGet packages are Xamarin (or PCL) compatible.