Difference entre JSON compacté & structuré

Bonjour,

Quelle est la difference entre un flux entre JSON compacté & structuré?

La description est identique:
JSON-LD compacté : 5 objects example
With this format, the feed generates a single file containing all the points of interest : it can therefore quickly grow up depending on the quantity of objects selected.
JSON-LD structuré : 5 objects example
With this format, the feed generates a single file containing all the points of interest : it can therefore quickly grow up depending on the quantity of objects selected.

Je pensais que compacté serait un JSON sans espaces ou newline?

Merci

Bonjour @Fred_JANON ,

JSON-LD compacté : Tous les objets (POI) et sous-objets (Offices de tourisme, périodes, Description,…) sont dans une liste JSON à la “racine” du fichier.
JSON-LD structuré : Les sous-objets sont placés (à leur première apparition) dans l’objet principal (POI)

Cordialement

1 « J'aime »