help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave json creator


From: veryhappy
Subject: Re: Octave json creator
Date: Mon, 6 Dec 2010 14:26:48 -0800 (PST)

Javascript (json is a subset of it) doesn't have arrays like octave does,
instead all javascript arrays are like octave cells so you get the same
response for both because in javascript they're the same thing.
I don't know a lot about the save function but i think it may be easier to
implement it with the code used to print variables on the screen (it looks a
lot more like a expanded json string).
I wanted to pass a fairly complex structure to a php script so it's a case
of 'scratch your own itch' thing. First i'd search for something similar but
the ones i found didn't have all the functionality i required so i'd to
develop this. Unfortunately i don't know if it will be widely used.

-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave-json-creator-tp3072273p3075459.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]