Skip to content
  • Luke Champine's avatar
    marshal Currency as JSON string · f568ec46
    Luke Champine authored
    Previously, the Currency type was marshalled as a JSON number.
    This caused the value to be cast to a double when the JSON was
    parsed by JavaScript.
    f568ec46