help-octave
[Top][All Lists]
Advanced

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

Re: Octave json creator


From: Michael Goffioul
Subject: Re: Octave json creator
Date: Sat, 4 Dec 2010 16:57:34 +0100

On Sat, Dec 4, 2010 at 4:52 PM, Ben Abbott <address@hidden> wrote:
> On Dec 4, 2010, at 5:38 AM, veryhappy wrote:
>
>> I'd created a function to turn octave data into a json object.
>> I would like to share it with you with the hope it will be useful to someone
>> else. I'd not exhaustively tested it but it should be fairly complete. It
>> should be able to compute structs, cells and multidimensional array keeping
>> the dimensions right.
>> If you have any suggestion or if it serve good for you, please, tell me.
>> Here it go:
>
> Does this belong in Octave-Forge's java package?
>
>        http://octave.sourceforge.net/java/index.html
>
> I've cc'd Michael Goffioul who maintains that package.
>
> Ben

Java and Javascript (JSON) are completely unrelated. In this case,
it's more about object serialization. So maybe io package might be
a better place.

Michael.



reply via email to

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