Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-02 Thread The Rasterman
On Thu, 2 May 2013 04:49:27 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com said: On Thu, May 2, 2013 at 1:04 AM, Carsten Haitzler ras...@rasterman.comwrote: On Wed, 1 May 2013 14:56:32 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com said: cJSON, at least, exposes

[E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread Tom Hacohen
Hey guys, It recently came to my attention (a week ago) that JackDanielZ is writing a JSON parser to go into the EFL. I've been arguing against it on IRC, but I think it's time to post it here. Although most of us (some more than others) suffer from a severe case of NIH, I think this is really

Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread Michael Blumenkrantz
I argued vehemently against having an xml parser in eina, and the same principle applies here. Too bad I seem to always be on the losing side of these types of decisions. On Wed, May 1, 2013 at 10:38 AM, Tom Hacohen tom.haco...@samsung.comwrote: Hey guys, It recently came to my attention (a

Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread David Seikel
On Wed, 1 May 2013 10:43:39 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: I argued vehemently against having an xml parser in eina, and the same principle applies here. Too bad I seem to always be on the losing side of these types of decisions. /me pushes Mike to the pro

Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread David Seikel
On Wed, 1 May 2013 20:12:25 +1000 David Seikel onef...@gmail.com wrote: On Wed, 1 May 2013 10:43:39 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: I argued vehemently against having an xml parser in eina, and the same principle applies here. Too bad I seem to always be

Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread Tom Hacohen
On 01/05/13 11:12, David Seikel wrote: On Wed, 1 May 2013 10:43:39 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: I argued vehemently against having an xml parser in eina, and the same principle applies here. Too bad I seem to always be on the losing side of these types of

Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread Cedric BAIL
On Wed, May 1, 2013 at 6:38 PM, Tom Hacohen tom.haco...@samsung.com wrote: It recently came to my attention (a week ago) that JackDanielZ is writing a JSON parser to go into the EFL. I've been arguing against it on IRC, but I think it's time to post it here. Although most of us (some more

Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread The Rasterman
On Wed, 1 May 2013 21:13:37 +0900 Cedric BAIL cedric.b...@free.fr said: On Wed, May 1, 2013 at 6:38 PM, Tom Hacohen tom.haco...@samsung.com wrote: It recently came to my attention (a week ago) that JackDanielZ is writing a JSON parser to go into the EFL. I've been arguing against it on

Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread Tom Hacohen
On 01/05/13 13:13, Cedric BAIL wrote: On Wed, May 1, 2013 at 6:38 PM, Tom Hacohen tom.haco...@samsung.com wrote: It recently came to my attention (a week ago) that JackDanielZ is writing a JSON parser to go into the EFL. I've been arguing against it on IRC, but I think it's time to post it

Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread daniel.za...@samsung.com
On 05/01/2013 04:02 PM, Tom Hacohen wrote: On 01/05/13 13:13, Cedric BAIL wrote: On Wed, May 1, 2013 at 6:38 PM, Tom Hacohen tom.haco...@samsung.com wrote: It recently came to my attention (a week ago) that JackDanielZ is writing a JSON parser to go into the EFL. I've been arguing against it

Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread Michael Blumenkrantz
One of the reasons for not doing this is to not do it; you save those developer resources and put them towards something useful. Saying I'll have a branch with it implemented soon completely ignores that. On Wed, May 1, 2013 at 2:22 PM, daniel.za...@samsung.com daniel.za...@samsung.com wrote:

Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread Tom Hacohen
On 01/05/13 14:15, Cedric BAIL wrote: WTF ! I am not saying that without a benchmark ! Where do you think that came from ? Just random praising for the fun ? You said you haven't tested cJSON, only json-c. I asked you about it! Because there is no complexity there. It just work. There is no

Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread The Rasterman
On Wed, 1 May 2013 14:26:12 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com said: that makes sense.. but it seems that its already done. as per my comment.. if its exporting eina lists/hashes etc... then it pretty much has to be a newly written json parser as it has to deal with our

Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread Michael Blumenkrantz
cJSON, at least, exposes no hashes, lists, or any of that; I don't know what crazy parsers you kids have been using which do this, but they shouldn't since JSON doesn't have any concept of such things. This is all the code I have which uses an external JSON parser at present. It serializes and

Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread The Rasterman
On Wed, 1 May 2013 14:56:32 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com said: cJSON, at least, exposes no hashes, lists, or any of that; I don't know what crazy parsers you kids have been using which do this, but they shouldn't since JSON doesn't have any concept of such things.

Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread Michael Blumenkrantz
On Thu, May 2, 2013 at 1:04 AM, Carsten Haitzler ras...@rasterman.comwrote: On Wed, 1 May 2013 14:56:32 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com said: cJSON, at least, exposes no hashes, lists, or any of that; I don't know what crazy parsers you kids have been using which

Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread David Seikel
Er, somehow this thread went from stop the JSON madness to this is how we should do JSON? I need caffeine, I'm not keeping up. Though I blame E, it's dog slow now. Did someone add JSON? :-P -- A big old stinking pile of genius that no one wants coz there are too many silver coated monkeys in

Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread Michael Blumenkrantz
No, we added SOAP. On Thu, May 2, 2013 at 6:22 AM, David Seikel onef...@gmail.com wrote: Er, somehow this thread went from stop the JSON madness to this is how we should do JSON? I need caffeine, I'm not keeping up. Though I blame E, it's dog slow now. Did someone add JSON? :-P -- A