mapbox / geojsonhint

IMPORTANT: This repo will be archived. Use @placemarkio/check-geojson instead
ISC License
258 stars 37 forks source link

Should allow null as 'properties' for Feature object #85

Open wsw0108 opened 3 years ago

wsw0108 commented 3 years ago

https://datatracker.ietf.org/doc/html/rfc7946#section-3.2

A Feature object has a member with the name "properties".  The
      value of the properties member is an object (any JSON object or a
      JSON null value).