geolexica / isotc211.geolexica.org

ISO/TC 211 online version of the Multi-Lingual Glossary of Terms
https://isotc211.geolexica.org
4 stars 2 forks source link

Temporary fix for trailing commas in JSON LD files #111

Closed skalee closed 4 years ago

skalee commented 4 years ago

Postprocessing with Perl's JSON::PP solves many syntactical issues. It is slow and reorders JSON entries, which is bad for diffing, though.

Jekyll-Tidy-JSON has no use in this case, so it is disabled.

Fixes #108, though there are more known issues with JSON-LD files.