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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 126 - 156 of 1408   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
140
Has anybody hacked a simple zipping algorithm for JavaScript terse literal constructs such as Arrays and Objects (JSON)? I am doing so much data piping through...
TCQ
despam2004
Offline Send Email
Dec 20, 2005
11:42 pm
141
... Obfuscation will not give you good security. If you want security for your data, then the most straightforward way is to use https for your JSON requests. ...
Andrew Durdin
adurdin
Offline Send Email
Dec 21, 2005
3:18 am
142
... for your data, then the most straightforward way is to use https for your JSON requests. I agree and am doing the https route but since I am mostly...
TCQ
despam2004
Offline Send Email
Dec 21, 2005
4:58 am
143
Hi All, I wonder if anyone can help.I come from a background of programming in PHP, and am only just beginning to get to grips with the power of Javascript....
Paul Hanlon
pthanlonie
Offline Send Email
Dec 21, 2005
3:52 pm
144
The javascript for/in syntax actually iterates over the properties of an object or indexes of an array. Javascript's "for(index in array)" is roughly...
Michal Migurski
michal_migurski
Offline Send Email
Dec 21, 2005
5:06 pm
145
The value of i in the for/in loop is a string that represents the name of the object's property being enumerated for that iteration. You need to index the...
Atif Aziz
azizatif
Offline Send Email
Dec 21, 2005
5:22 pm
146
Hi, Thanks so much. I've been tearing my hair out. When I tried brs.i.text, and it didn't work, I never thought to use the brackets. I'll need to rejig my JSON...
pthanlonie
Offline Send Email
Dec 21, 2005
7:40 pm
147
http://www.west.co.tt/matt/js/redbug/redbug.html he alzo zips his source, WARNING: the demo may slow down your browser. ... -- //f3l ...
f3l
kyoosho
Offline Send Email
Dec 21, 2005
7:52 pm
148
... This may be more than you're looking for, but you might want to take a look at Dojo ShrinkSafe: http://alex.dojotoolkit.org/shrinksafe/ -- Martin Cooper I...
Martin Cooper
mfncooper
Offline Send Email
Dec 21, 2005
8:22 pm
149
JSON_checker is a pushdown automaton in C. It very quickly scans a JSON texts and determines if it is strictly syntactically correct. See ...
Douglas Crockford
douglascrock...
Offline Send Email
Dec 24, 2005
5:00 pm
150
This could be a useful thing to have in JS, for security goof checks prior to the very-dangerous eval(). -mike. ... michal migurski- contact info and pgp key: ...
Michal Migurski
michal_migurski
Offline Send Email
Dec 24, 2005
5:30 pm
151
Are comments officially out of the specification? It seems so looking at the current state of the spec http://www.json.org/. ... existing decoders can continue...
Atif Aziz
azizatif
Offline Send Email
Dec 24, 2005
6:53 pm
152
JSON does not have comments. A JSON encoder MUST NOT output comments. A JSON decoder MAY accept and ignore comments. Comments should never be used to transmit...
Douglas Crockford
douglascrock...
Offline Send Email
Dec 24, 2005
8:32 pm
153
... Not now, but it used to have comments. I believe it's time to start versioning the spec. Several things have changed, and people have different ...
Martin Cooper
mfncooper
Offline Send Email
Dec 25, 2005
1:54 am
154
As Martin already said, JSON used to have comments. I don't know what led to the stringent opinion (perhaps from field experience) that they are so harmful as...
Atif Aziz
azizatif
Offline Send Email
Dec 25, 2005
7:21 pm
155
I had posted in the original thread talking about comments and wanted to follow up here as well. While meta data, like comments, might be useful, the only way...
MPCM
mpcmtechnolo...
Offline Send Email
Dec 26, 2005
4:22 am
156
These were the reasons for removing comments: First, comments turned out to not be very useful. Second, comments were the most difficult feature to support in...
Douglas Crockford
douglascrock...
Offline Send Email
Dec 26, 2005
2:15 pm
Messages 126 - 156 of 1408   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