CommunitySolidServer / CommunitySolidServer

An open and modular implementation of the Solid specifications

Home Page:https://communitysolidserver.github.io/CommunitySolidServer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add JSON validation

joachimvh opened this issue · comments

Feature description

Some of our configs have trailing commas in places where they are not allowed. Components.js has lenient JSON parsing so this still works, but we should still validate them to make sure we don't release invalid JSON.