Skip to content

Deserialization

Martin Ledvinka edited this page Nov 3, 2023 · 2 revisions

Deserialization can handle most kinds of JSON-LD formats, because we are using Titanium JSON-LD to process the input before parsing it. Therefore, compacted, flattened, framed or expanded forms of JSON-LD can be all handled by the deserializer.

Again, multiple references to the same entity in the JSON should be realized by using the entity's IRI in all but the first occurrence.

Clone this wiki locally