<div dir="ltr">  Hello there,<div><br></div><div>I'm not sure whether this is a right place to ask/recommend any fixes, please direct me to the right place, if I'm wrong.</div><div><br></div><div>Following JSON is valid according to RFC 7159/8259:</div><div>[<br>  {<br>    "id": "123",<br>    "labels": []<br>  }<br>]<br></div><div><br></div><div>But it's returning mime type as text/plain whenever there is an empty array.</div><div><br></div><div>Originally I ran into this issue while using the function finfo_file in PHP. While debugging it, I found out that PHP is internally using your libraries. Looks like following function expecting a value inside an array: <a href="https://github.com/file/file/blob/master/src/is_json.c#L180">https://github.com/file/file/blob/master/src/is_json.c#L180</a></div><div><br></div><div>Is it expected or Am I missing something?</div><div><br></div><div>Thank you.</div><div><br></div></div>