A high-performance, zero allocation, dynamic JSON Threat Protection in pure Go(github.com)
github.com
A high-performance, zero allocation, dynamic JSON Threat Protection in pure Go
https://github.com/ankur-anand/gojtp
https://github.com/ankur-anand/gojtp
There are situations where you do not want to parse the JSON, but do want to ensure that the JSON is not going to cause a problem. Such as an API Gateway. It would be a PITA for the gateway to have to know all JSON schema of all services it is protecting. There are XML validators that perform similar functions.