serde_json_path_to_error 0.0.2

todo
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# serde_json_path_to_error

why

- You get data from external service you don't control
- Data contians PII that mustn't be logged
- You are already using `serde_json` extensively

why not

- you've benched and de/serializtion is the bottleneck
- you only want to use path_to_error in a few places