adobe / json-formula

Query language for JSON documents
http://opensource.adobe.com/json-formula/
Apache License 2.0
19 stars 8 forks source link

"deepScan" works with `null` #159

Closed Eswcvlad closed 4 months ago

Eswcvlad commented 4 months ago

Following expressions do not throw TypeError, as expected from the spec text:

Maybe just add null to the type list?

JohnBrinkman commented 4 months ago

Agreed. The implementation allows null, but the docs don't. Will update the docs.