mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
Transifex has parameters that need to be parsed from JSON and converted to int. Note that we use Optional[Json[int]] instead of Json[Optional[int]] to replicate the behavior of json_validator. This caveat is explained in a new test called test_json_optional.