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

Number parsing #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Number parsing #9

wants to merge 1 commit into from

Conversation

synec
Copy link

@synec synec commented Sep 9, 2015

I've added a few lines to allow number being parsed. When new config value parseNumber is set to true, all float and integer values are parsed from strings if they pass a simple regex test.

Please merge if you like it.

When config.parseNumber is set to true, all float and int values are parsed from strings
@mdileep
Copy link

mdileep commented Sep 6, 2017

Hi started modifying the X2JS to have this feature initially and later extended to support custom parsing .

Have a look at this pull request. #61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants