facebook-instant-articles-sdk-php icon indicating copy to clipboard operation
facebook-instant-articles-sdk-php copied to clipboard

Validate GeoJSON

Open everton-rosario opened this issue 8 years ago • 0 comments

Expected Result

All elements that uses GeoJSON should be validated if it is:

  • Valid JSON
  • Valid GeoJSON

Actual Result

  • It validates only if not empty.

@see http://stackoverflow.com/questions/6041741/fastest-way-to-check-if-a-string-is-json-in-php http://geojson.org/

everton-rosario avatar May 11 '16 21:05 everton-rosario