json-ld.net icon indicating copy to clipboard operation
json-ld.net copied to clipboard

A JSON-LD processor for .NET.

Results 9 json-ld.net issues
Sort by recently updated
recently updated
newest added

The current API requires the use of Newtonsoft.Json in order to pass data into and out of the API. It would be good to provide a dependency-free core implementation (acting...

enhancement
planning

PR #77 marked `RDFDatasetUtils` as `internal`, which broke a [couple][1] of [samples][2] from our published documentation. There may be some other static utility methods that got hidden by this as...

We need to decide which versions of .NET we support going forward. I've stolen the matrix below from https://github.com/dotnet/standard/blob/master/docs/versions.md which aligns .NET versions with .NET Standard. I propose that given...

question
planning

`System.Text.Json` is now built into .NET Core 3 and installable for .NET Standard 2.0+ (e.g. .NET framework 4.7.2+). Can we support this going foward (either instead of or in addition...

enhancement

The normal usage pattern for the library is to use the static JsonLdProcessor class. This works well for the stateless, static algorithms which make up the JSON-LD standard. However, it...

enhancement

Add Markdown guidelines based on Remark.

enhancement

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.1 to 3.0.2. Release notes Sourced from actions/setup-dotnet's releases. Updating @​action/core, adding logic for processing the DOTNET_INSTALL_DIR environment variable. In the scope of this release such changes...

dependencies
github_actions

`@embed` doesn't seem to be supported? I have created an [example of the expected behavior](https://json-ld.org/playground/#startTab=tab-framed&json-ld=%7B%22%40context%22%3A%7B%22ex%22%3A%22https%3A%2F%2Fex%23%22%7D%2C%22%40graph%22%3A%5B%7B%22%40id%22%3A%22https%3A%2F%2Fa%22%2C%22ex%3AcreatedBy%22%3A%7B%22%40id%22%3A%22https%3A%2F%2Fb%22%7D%2C%22ex%3AmodifiedBy%22%3A%7B%22%40id%22%3A%22https%3A%2F%2Fb%22%7D%7D%2C%7B%22%40id%22%3A%22https%3A%2F%2Fb%22%2C%22ex%3Aname%22%3A%22Mads%22%7D%5D%7D&frame=%7B%22%40context%22%3A%7B%22ex%22%3A%22https%3A%2F%2Fex%23%22%7D%2C%22ex%3AcreatedBy%22%3A%7B%22%40embed%22%3A%22%40always%22%7D%2C%22ex%3AmodifiedBy%22%3A%7B%22%40embed%22%3A%22%40always%22%7D%7D) in JSON-LD playground. Expected output: ```json { "@context": { "ex": "https://ex#" }, "@id": "https://a", "ex:createdBy":...

bug

Dependency for Microsoft.Bcl.Async is deprecated https://www.nuget.org/packages/Microsoft.Bcl.Async/

enhancement