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 97 - 131 of 1409   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
97
We are producing a calendar app that uses JSON as the interchange format. You can check it out at www.kiko.com....
incrediblybuilt
Offline Send Email
Sep 5, 2005
6:52 pm
98
... [...] ... Indeed. I would certainly use JSON if it contained cyclical structures. Maybe you could elaborate on this, maybe even show us some examples of...
jeffrey_horner
Offline Send Email
Sep 7, 2005
6:03 pm
102
... Interesting. Is the API going to be JSONRPC? -Sven...
lorphos
Offline Send Email
Sep 23, 2005
3:15 pm
103
Is there a way to ensure that key names and string values are represented as unicode objects by a JSON reader? Specifically, I'm using json-py in a context...
Peter Ring
peter17ring
Offline Send Email
Oct 6, 2005
5:18 pm
104
... Hi, Peter You have made an interesting case for the idea that strings read from JSON in python should be python unicode objects. For the time being, I...
Jim Washington
jimcburg
Offline Send Email
Oct 6, 2005
7:01 pm
107
I added some grammar to www.JSON.org to describe strings and numbers. This is not a change to the language. It is just completing the grammar so that it...
Douglas Crockford
douglascrock...
Offline Send Email
Oct 19, 2005
3:53 pm
108
I just committed about half a JSON implementation into the parrot source tree (converting Parrot PMCs into JSON strings.) Conversion the other way will...
Will Coleda
will_coleda
Offline Send Email
Oct 21, 2005
10:20 pm
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
Messages 97 - 131 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