Seldaek / jsonlint

JSON Lint for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FYI

wriver4 opened this issue · comments

I installed using composer and can use with no problems. However, jsonlint/tests/bom.json
has a hidden leading space in font of the first {. and netbeans grabbed it as an error.

That's the point of the test though, to detect the BOM (unicode byte order mark) character :) So all is well.