Github user ottobackwards commented on the issue:
https://github.com/apache/metron/pull/718
@justinleet, the value side of the json is a string, that is a Stellar
statement. So you are not passing in a null statement, you are passing in a
Stellar statement that evaluates to null. In this case via the null keyword.
If you wanted to pass a string that said null, you would have to have:
```
,"title" : "'null'"
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---