Surfaces
When to use
- Use JSON parsing when structured payloads are part of a protocol boundary and native parsing is safer than brittle byte slicing.
- Use address conversion when a contract must translate between EVM and Cosmos account representations.
- Use address compression only when the exact canonical interface is available for the target release.