Skip to content

linked-data-dotnet/json-ld.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

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.