We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
[email protected]
The text was updated successfully, but these errors were encountered:
Original comment by [email protected] on 7 Jan 2012 at 3:27
Sorry, something went wrong.
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 22 Sep 2010 at 1:30The text was updated successfully, but these errors were encountered: