Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.06 KB

json-ld.net

A JSON-LD processor for .NET.

v1.0.5 is available on NuGet.org at https://www.nuget.org/packages/json-ld.net/

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Supported frameworks

  • NET 4.0
  • NETStandard 1.3
  • Portable NET 4.5, Windows 8

Contributing

Pull requests for json-ld.net are welcome, to get started install the latest tools for .NET Core

build.ps1 will create a nupkg and run tests for both .NET desktop and .NET Core.

Origin

This project began life as a Sharpen-based auto-port from jsonld-java.