I am building a JSON object that is sent in a POST request.
This object has properties that need to be converted from string type to integer type before sending. How does one do that with coffeescript?
I am building a JSON object that is sent in a POST request. This
Share
Use the javascript
parseIntfunction.Reference is here.
Remember, coffeescript is just javascript after it’s compiled