Thanks but no, there's not a CR between "GENERAL DE" and "OBRA". Just some problem with the posting here. Do the nulls at the end of the string pose a problem...
372
MPCM
mpcmtechnolo...
May 28, 2006 2:49 pm
Is there a place you can post your sample string at a website. So that these groups can't mangle it? -- Matthew P. C. Morley MPCM Technologies Inc. [Non-text...
373
Fang Yidong
fangyidong
May 28, 2006 2:57 pm
I know what the problem is now.The line in your client code: var tabla = eval(xmlhttp.responseText); should be: var tabla = eval("("+xmlhttp.responseText+")");...
374
rancioadams
May 28, 2006 5:47 pm
Hi Fang, I really appreciate your efforts but I tried that too and it didn't work (as a matter of fact, I believe the parenthesis are just a "safety measure")....
375
rancioadams
May 28, 2006 5:54 pm
Sure, but please read my last post. I will try to decipher what the string content is. Not tonight (tomorrow I must show some working code!), but surely...
376
Mert Sakarya
mertsakarya
May 28, 2006 6:03 pm
I recommend using Fiddler (free) or HttpWatcher for examining what's going on between server and the client. These tools are for Windows (HttpWatcher works as...
377
rancioadams
May 28, 2006 6:03 pm
Sorry I made a typo down there (is there any way to edit posts?) garbage(67 char) + string + garbage(67 char) should be: garbage(67 char) + string + garbage(2...
378
Lindsay
softlog_lindsay
May 28, 2006 11:00 pm
... Agreed. I'd like to see a std for dates as they are very commonly used and nearly count as a scalar type :) But stick to the KISS principle. Feature bloat...
379
Joe Pruett
q7joey
May 29, 2006 1:37 am
i wanted to use json in a c++ program, but the zoolib library was just too big to deal with. so i sat down and wrote my own. anyone out there feel like doing...
380
geoffreyk00
May 29, 2006 4:59 pm
I know I read the reason somewhere, but I can't find it now. Why must keys be quoted?...
381
geoffreyk00
May 29, 2006 5:00 pm
I know I read the reason somewhere, but I can't find it now. Why must keys be quoted?...
382
Atif Aziz
azizatif
May 29, 2006 5:13 pm
An explanation can be found in message #187: http://groups.yahoo.com/group/json/message/187 Quoting the relevant passage here for convenience... "JSON requires...
383
Pablo Vieira
rancioadams
May 30, 2006 4:02 am
Hi, I'd like to know if there's any "standard" procedure to send back a two dimensional array from a PHP server program to a Javascript client program. I want...
Oops. Well now all of you know what kind of absolute beginner I am! Thanks Pablo...
386
Rafael Faria
rafaelrfc00
May 31, 2006 12:24 am
Hello ALL, I have been in a BIG trouble. I have using XMLHttpRequest with JSON and everything works just fine with all browsers, except for firefox 1.0.X....
387
Stefan Gössner
stefangoessner
Jun 1, 2006 4:46 pm
Hello list, I just want to let you know, that I published an article over at xml.com http://www.xml.com/pub/a/2006/05/31/converting-between-xml-and-json.html ...
388
json@yahoogroups.com
Jun 2, 2006 8:21 am
The following json poll is now closed. Here are the final results: POLL QUESTION: Which of the following data communication methods / techniques do you use ? ...
389
Kevin Smith
kevinbsmith
Jun 3, 2006 4:37 pm
... I completely agree. We were unable to use the GNOTE-licensed code in either our GPL application, or in our other app that's currently closed-source....
390
Michal Migurski
michal_migurski
Jun 3, 2006 7:07 pm
... Except for time zones. ... As another poster commented, unix epoch is a great transmission format thanks to its explicit treatment of time zones. Every...
391
Douglas Crockford
douglascrock...
Jun 4, 2006 3:15 am
I have added a JSONString interface. A class implementing it can customize the JSON serialization of its instances. http://www.json.org/java/index.html...
392
Mark Miller
capsecure
Jun 4, 2006 4:43 am
... This seems like a dangerous masking of errors. If these conditions occur, I would think the error should propagate, and the serialization to JSON should ...
393
Douglas Crockford
douglascrock...
Jun 4, 2006 12:44 pm
... result, then ... occur, ... JSON should You are right. It should throw a JSONException instead....
394
Mert Sakarya
mertsakarya
Jun 4, 2006 8:38 pm
I've finally had the time to check DOJO and JSDL and examining it since Friday.I think I'll be able to use my server-side application (JSDL definition) with...
395
q7joey
Jun 6, 2006 3:38 am
well, it has been a while now and i've seen a fair number of downloads, but so far i've gotten no feedback. i see a few possibilities. 1. my code is so...
396
Lindsay
softlog_lindsay
Jun 6, 2006 3:48 am
... You forgot option 5 - no ones is developing json enabled c++ apps :( -- Lindsay...
397
Joe Pruett
q7joey
Jun 6, 2006 3:50 am
... if i had't seen any downloads, that would make sense. but i've seen more than 20 brave souls grabbing the code....
398
Lindsay
softlog_lindsay
Jun 6, 2006 3:54 am
... Ah - well then yes - they should be feeding back -- Lindsay [Non-text portions of this message have been removed]...
399
Joel Lucsy
jjlucsy
Jun 6, 2006 10:17 am
I looked at your code, but couldn't see any advantage over the existing project at http://sourceforge.net/projects/jsoncpp/ In fact, I found your code harder...
400
Joe Pruett
q7joey
Jun 6, 2006 2:15 pm
i wasn't aware of that project. the json web site only pointed to the zoolib code, which was a huge system that just happened to include json. i'll take a...