Closed phadej closed 2 years ago
Needs a better JSON detection than this: https://github.com/gildas-lormeau/JSONView-for-Chrome/blob/f0f7425c61ed102451fba42dba35cdfc58ae90e3/WebContent/content.js#L96
I see it trying to parse text/plain
log files too.
OK, it wasn't hard to find out what's going wrong:
You can see that it will assume any file wrapped in [...]
or {...}
parentheses is JSON, which is pretty naive.
什么鬼🤔
张恒 | |
---|---|
邮箱:z7h777777@163.com |
签名由 网易邮箱大师 定制
On 08/08/2019 02:55, Adam Spiers wrote:
OK, it wasn't hard to find out what's going wrong:
You can see that it will assume any file wrapped in [...] or {...} parentheses is JSON, which is pretty naive.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Obviously fails miserably: e.g. http://hackage.haskell.org/package/base-4.9.1.0/docs/src/GHC.Base.html#