Invalid GeoJson

Hello guys
I’m trying to make a small POC in Unity using OSMBuilding, but
I’m getting invalid GeoJson from OSMbuildings server.

using this:
https://a.data.osmbuildings.org/0.2/anonymous/tile/16/19297/24631.json

JSON:

{
<…>
“id”:“r3817961”,
“properties”:{“height”:55,“roofMaterial”:“concrete”,“roofShape”:“flat”,“buildingPart”:true},
“geometry”:{“type”:“Polygon”,“coordinates”:[[[-73.999084,40.75116],<…>,[-73.998687,40.75075]]]},
"type":“Feature”}]}49823],[-73.997296,40.749852],<…>

I didn’t check much more tiles, but it seems that there is problem with the GeoJson creation.

Is someone else having the same problem?

Have you tried another server which capable to return json? For my unity project (utymap), I’m using mapzen for lower LODs.