Bigint columns in models with values like 1456299399553483799 get converted to things like 1456299399553483800 when run through as_json.
Is there an easy/ built-in way to have the numbers converted to strings when serializing a bigint to avoid truncation?