Skip to content

JSON::LD::API.toRdf, when given a Hash as input, may mutate it #54

@ClearlyClaire

Description

@ClearlyClaire

When given a hash with an embedded @context, it can end up removing @context from the nested hash.

This seems to be because of

context = context.parse(input.delete('@context'), base: @options[:base])

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions