Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSDecimalNumber marshalling #14

Closed
jasssonpet opened this issue Mar 6, 2015 · 0 comments
Closed

NSDecimalNumber marshalling #14

jasssonpet opened this issue Mar 6, 2015 · 0 comments
Assignees
Milestone

Comments

@jasssonpet
Copy link
Contributor

Currently NSDecimalNumber (which inherits from NSNumber) is marshalled as JS number primitive and the precision is lost. We should create a wrapper object instead like we do for NSString and NSMutableString.

jasssonpet added a commit that referenced this issue Aug 24, 2015
…marshalling

Marshall NSDecimalNumber as Objective-C object wrapper - close #14
@jasssonpet jasssonpet added this to the 1.3.0 milestone Aug 24, 2015
@jasssonpet jasssonpet self-assigned this Aug 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant