1.4.25: Fix the response for check shared on JSON errors (#2869)
Some old io.cozy.shared documents have a JSON with more than 10000 levels of nesting. With go 1.15+, these documents cannot be parsed as JSON. This commit makes the check shared to return a correct response.