adobe / json-formula

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

toString(`null`) result doesn't match spec #135

Closed Eswcvlad closed 5 months ago

Eswcvlad commented 5 months ago

toString(`null`) returns "null" instead of "", as expected from type coercion rules.

JohnBrinkman commented 5 months ago

I think this will be a case of changing the description of the function rather than the implementation