(no title)
matthews2 | 1 year ago
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.
ADD-SP|1 year ago