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

Does not work with '_' caracter! #1

Open
GoogleCodeExporter opened this issue Apr 1, 2015 · 1 comment
Open

Does not work with '_' caracter! #1

GoogleCodeExporter opened this issue Apr 1, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. test = '{ "test" : 2 }'
2. json2mat(test) -> test_: ' 2 ' ???

Failed on names containing '_':
1. test = '{ "_test" : 2 }'
2. json2mat(test) ->

??? Invalid field name: '_test_'.

Error in ==> json2mat>extract_struct at 93
        y.(t{1}{1})=json2mat(t{1}{2});

Error in ==> json2mat at 29
            M=extract_struct(JJ{1}{1},tag);


Original issue reported on code.google.com by [email protected] on 22 Sep 2010 at 1:30

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 7 Jan 2012 at 3:27

  • Changed state: Accepted
  • Added labels: ****
  • Removed labels: ****

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