top | item 41024704

(no title)

matthews2 | 1 year ago

> If serde_json is a parser and has a different feature set than json-threat-protection, does it make sense to compare performance?

If you were using serde_json just to validate a payload before passing it on to another service (like a WAF), then the comparison makes sense. If you had more complex validations or wanted to extract some of the data, then maybe not.

discuss

order

ADD-SP|1 year ago

Totally agreed, this is also what I want to say.