# JSON payload byte checklist

- Keep the parsed document and serialized wire string distinct.
- Count UTF-8 bytes of the exact string sent over the wire.
- Include escaping, whitespace, and non-ASCII characters in the count.
- Compare the serialized byte count with the API limit.
- Do not claim that a payload fits from character count alone.
