-
Notifications
You must be signed in to change notification settings - Fork 96
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
better JSON munging or workaround #7
Comments
Alternatively, we can keep adding stuff to this (ugly) part of the code, as On Mon, Dec 24, 2012 at 1:43 PM, Steven Pav notifications@github.comwrote:
|
BSON would be another possibility; we could crib this code for the Matlab end. It might be a bit bumpy, though. |
hmm, so the |
Sorry - dropped that ball over the holiday. Just to continue this discussion - it doesn't surprise me too much - I was This seems to be the most up-to-date one: This one is slightly newer (most recent commit is about 5 months ag), but Any thoughts on how to do that? We could set that as an external dependency On Wed, Dec 26, 2012 at 11:52 AM, Steven Pav notifications@github.comwrote:
|
not a prob; I implemented a very simple fix, and have yet to break it in my testing. The corresponding issue lurking in json2mat does not seem to have bit me yet, which I find odd. |
Hey - I just merged some fixes from someone and noticed that you have been On Thu, Jan 3, 2013 at 2:43 PM, Steven Pav notifications@github.com wrote:
|
hi; cheers, |
Hi, I am also rather new to this kind of situation and I admit that I hadn't Honestly, when I started hacking on the fork I made off @jaderberg's Max - do you have any strong opinion either way? I think that it would make On Mon, Jan 14, 2013 at 10:03 AM, Steven Pav notifications@github.comwrote:
|
I'm not actually that familiar with Github so don't really know how to handle all this! I reckon you should just use your repo @arokem - you've dont a lot of work on it and I am not going to be touching the project in the near future. I don't actually know how I would merge things in anyway... Sorry for being useless! |
ok, it looks like @arokem 's repo is now the master. I'll file my issues there and try to keep up PRs. (sorry about the CRLF nonsense. I'll see if I can straighten it out.) |
Great. Hopefully we can keep making this better! On Tue, Jan 15, 2013 at 8:17 PM, Steven Pav notifications@github.comwrote:
|
Works on current master, closing as fixed. In [6]: %%matlab
...: fprintf('got quotes? --> " ');
...:
got quotes? --> " |
The following will choke pymatbridge:
The JSON parser gets confused, of course. We can work on escaping and unescaping the I/O to and from Matlab, but it might make more sense to use temporary files (blech), or another mechanism, to move text around.
The text was updated successfully, but these errors were encountered: