Search the web
Sign In
New User? Sign Up
json · JSON JavaScript Object Notation
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 109 - 139 of 1409   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
109
Hi, I'm looking into developing a lightweight pull parser for JSON on mobile devices. Is anything like this already available? John Wright...
technites80
Offline Send Email
Nov 2, 2005
8:12 am
110
Hi all, Below is a note that I originally sent to the json-php list, but realize probably has broader applicability. In the past week, I released my JSON-based...
Rob Lanphier
robla
Online Now Send Email
Nov 3, 2005
3:11 am
111
has anyone tried to use xsl to transform xml to the json format?...
pjdonnelly
Online Now Send Email
Nov 3, 2005
9:11 pm
112
Nope, but that's an idea I'll definitely have to steal sometime!...
technites80
Offline Send Email
Nov 5, 2005
8:46 am
113
You find a delphi implementation from JSON , look this: https://sourceforge.net/project/showfiles.php?group_id=94653&package_id=168952 or ...
fabiorecife
Offline Send Email
Nov 8, 2005
6:58 pm
114
New release of uJSON.pas : Release new version 1.0.1 to correct the uJSON.pas (JSONArray.put and JSONObject.getDouble) ... more look: ...
fabiorecife
Offline Send Email
Nov 15, 2005
11:18 am
115
I am looking for a VB implementation of the JSON data format. I am talking about VB 6 not .NET preferably in native VB code so I don't have another DLL...
malcontent123
Offline Send Email
Nov 18, 2005
10:11 am
116
I haven't found one in my searches...., But I've considered writing one or at least starting one as a base point. Since vb doesn't support named arrays, I'm...
MPCM
mpcmtechnolo...
Offline Send Email
Nov 18, 2005
2:08 pm
117
I am not aware of any VB6 implementation, but one of the interesting things you can do is use JavaScript directly from within VB6 without having to add any...
Atif Aziz
azizatif
Offline Send Email
Nov 18, 2005
2:38 pm
118
I just tried that on my machine and it threw a lovely warning from Norton about Possible Malicious scripts running (standard error, not something actually...
MPCM
mpcmtechnolo...
Offline Send Email
Nov 18, 2005
3:40 pm
119
Hi Matt, Ah, yes, I don't have Norton software on my PC so I did not get that warning on my machine when running the code I posted. I can see how this would a...
Atif Aziz
azizatif
Offline Send Email
Nov 21, 2005
9:43 am
120
I package up the data from a form, and send it to my servlet. This is what the servlet receives when I get the parameter. I don't know if there is a problem...
James
jblack1395
Offline Send Email
Nov 30, 2005
7:19 pm
121
Looks like you need comma between your array values (objects in your case); ... -- Matthew P. C. Morley MPCM Technologies Inc....
MPCM
mpcmtechnolo...
Offline Send Email
Nov 30, 2005
7:34 pm
122
... case); Thank you for the response. Now I have modified my array, and am now having a different problem. Here is my java code: temparray =...
James
jblack1395
Offline Send Email
Nov 30, 2005
8:33 pm
123
... This is an array with a single element, and that element is an object. Your original array, after you fixed the commas, was an array of objects. It looks...
Martin Cooper
mfncooper
Online Now Send Email
Nov 30, 2005
11:18 pm
124
... Hash: SHA1 ... Thank you for the response. I will look at it tomorrow to see if trying to pull the values out as a JSONObject will work. If I want it to be...
James Black
jblack1395
Offline Send Email
Dec 1, 2005
2:51 am
125
... Now you've got an array where each element is an array of one element, and that element is an object. You're no better off. Fundamentally, you need to...
Martin Cooper
mfncooper
Online Now Send Email
Dec 1, 2005
3:58 am
126
Hi all, As I alluded to earlier this month (er...last month), I've been fooling around with the idea of using a JSON schema to automatically generate a user...
Rob Lanphier
robla
Online Now Send Email
Dec 1, 2005
9:29 am
127
Thank you, the servlet is now functioning properly. I decided to go with the array approach....
James
jblack1395
Offline Send Email
Dec 1, 2005
2:35 pm
128
This is cool! I've been looking for a way to do something I call "socially constructed interfaces" and I think this may be a step in the right direction --...
Andrew Wooldridge
triptych999
Offline Send Email
Dec 1, 2005
3:33 pm
129
... Thanks! I'm thinking the next step for this is to integrate it into wiki software, ala Wikidata: http://meta.wikimedia.org/wiki/Wikidata That would...
Rob Lanphier
robla
Online Now Send Email
Dec 1, 2005
6:09 pm
130
I thought you guys might be interested in this, it's a Javascript Serializer object, can convert Javascript to object notation and to XML. ...
iconinico
Offline Send Email
Dec 6, 2005
2:49 am
131
Anyone know of an Oracle PL/SQL implementation of JSON?...
ingliss
Offline Send Email
Dec 12, 2005
4:33 pm
132
Yahoo! has announced some web services that deliver JSON-encoded data. You can read about it at http://developer.yahoo.net/common/json.html...
Douglas Crockford
douglascrock...
Offline Send Email
Dec 16, 2005
1:18 pm
133
I have been using JSON in several web projects via javascript and PHP, it is truly a great format and lets us developers focus on apps. I am trying write a...
MPCM
mpcmtechnolo...
Offline Send Email
Dec 16, 2005
2:45 pm
134
... even tough it sounds like a very interesting project, from which many thing can be made from (like error-checking, and stuff like that), it looks to me,...
f3l
kyoosho
Offline Send Email
Dec 16, 2005
4:02 pm
135
Perhaps it may help to look at the JSON parsing bits (written in C#) that are part of the Jayrock[1] project. I originally started with the C# code from...
Atif Aziz
azizatif
Offline Send Email
Dec 16, 2005
9:19 pm
137
Hello, First, I apologize if this is a bit off-topic, but I hope someone can help. I'm having a problem with passing non-ASCII parameters using XMLHttpRequest....
gammal.json@...
mahmoudfg
Offline Send Email
Dec 19, 2005
7:57 am
138
A new class, JSONStringer, has been added to the Java package org.json. JSONStringer provides a convenient set of methods for building a JSON text. See...
Douglas Crockford
douglascrock...
Offline Send Email
Dec 19, 2005
1:52 pm
139
WebDAV is an accepted standard for implementing web-folders, but the WebDAV specification is very complex and requires an XML parser with namespace support. We...
Wilfred Nilsen
wilfrednilsen
Offline Send Email
Dec 20, 2005
1:30 am
Messages 109 - 139 of 1409   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help