You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2021/11/13 14:16:28 UTC

[Bug 65681] JSON Extractor returns empty string for null value instead of returning Default value

https://bz.apache.org/bugzilla/show_bug.cgi?id=65681

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
That probably comes from JSONManager#stringifyObject, that converts null to
empty strings. (will look a bit deeper in a minute)

-- 
You are receiving this mail because:
You are the assignee for the bug.