Description
Gives Ruby code one API for working with different JSON backends. It is useful for gems and applications that want flexibility across JSON implementations without changing application-level code.
JSON parsing still needs input limits and validation. Check payload size, expected structure, encoding, and error handling before trusting decoded data.