-
Problem report
-
Resolution: Fixed
-
Minor
-
2.4.3
-
Sprint 58 (Nov 2019)
-
0.125
Suppose we send a JSON like the following to Zabbix server:
{ "data": [ { "{#MACRO}": "macro", "{#FILTER}": null } ] }
If we filter by {#FILTER}, then "null" will be processed like an empty string and will match regular expression "^$". Instead, the filter should fail.
The reason for the behavior above is that our JSON parser currently parses JSON null as an empty string.
- causes
-
ZBX-17151 JSON with "null" not convert macro to empty
- Closed