CenterForDigitalHumanities / rerum_server

Java web service for a RERUM compliant digital object repository
http://rerum.io
Other
7 stars 2 forks source link

?compress (efficient document) #230

Open cubap opened 2 years ago

cubap commented 2 years ago
{  "label": "Sample Data",
   "forCollection": {
       "value": "Sample Collection"
    },
   "date": 123093091209,
   "seeAlso": {
      "@id": "https://example.com/42",
      "label": { "en": "external resource", "none":"externalatio"},
   },
   "__rerum": { ... }
}

Becomes...

{  "label": "Sample Data",
   "forCollection": {
       "value": "Sample Collection"
    },
   "date": 123093091209,
   "seeAlso": {
      "@id": "https://example.com/42",
      "label": { "en": "external resource", "none":"externalatio"},
   }
}

Compare to compact which will promote value and @id properties with prejudice.