Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

json · JSON JavaScript Object Notation

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 590
  • Category: Data Formats
  • Founded: Jul 19, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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...
5 Nov 21, 2005
9:43 am

Atif Aziz
azizatif
Send Email

New release of uJSON.pas : Release new version 1.0.1 to correct the uJSON.pas (JSONArray.put and JSONObject.getDouble) ... more look: ...
1 Nov 15, 2005
11:18 am

fabiorecife
Send Email

You find a delphi implementation from JSON , look this: https://sourceforge.net/project/showfiles.php?group_id=94653&package_id=168952 or ...
1 Nov 8, 2005
6:58 pm

fabiorecife
Send Email

has anyone tried to use xsl to transform xml to the json format?...
2 Nov 5, 2005
8:46 am

technites80
Send Email

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...
1 Nov 3, 2005
3:11 am

Rob Lanphier
robla
Send Email

Hi, I'm looking into developing a lightweight pull parser for JSON on mobile devices. Is anything like this already available? John Wright...
1 Nov 2, 2005
8:12 am

technites80
Send Email

I just committed about half a JSON implementation into the parrot source tree (converting Parrot PMCs into JSON strings.) Conversion the other way will...
1 Oct 21, 2005
10:20 pm

Will Coleda
will_coleda
Send Email

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...
1 Oct 19, 2005
3:53 pm

Douglas Crockford
douglascrock...
Send Email

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...
2 Oct 6, 2005
7:01 pm

Jim Washington
jimcburg
Send Email

We are producing a calendar app that uses JSON as the interchange format. You can check it out at www.kiko.com....
2 Sep 23, 2005
3:15 pm

lorphos
Send Email

JSON is been pretty much as it was when first proposed in 2002, except for two recent changes, both of which were motived by observation of usage. The first...
2 Sep 7, 2005
6:03 pm

jeffrey_horner
Send Email

Hello, I will first introduce myself: I'm the author of the Ajax.NET (http://ajax.schwarz-interactive.de/ or http://weblogs.asp.net/mschwarz/) and using JSON...
2 Aug 23, 2005
7:04 am

Atif Aziz
azizatif
Send Email

Anyone using JSON as a replacement for XML in an AJAX-like project? A couple of years ago I used dynamic <script> elements to communicate asynchronously with...
8 Aug 23, 2005
6:28 am

schwarz_interactive
schwarz_inte...
Send Email

Greetings fellow JSON Lovers. I have been spending building a great deal of complex Product/Business workflow wizards and tools that are required to handle...
4 Aug 21, 2005
3:23 am

George
georgenava
Send Email

An interesting reference to JSON in the "State of AJAX" blog (at http://hinchcliffe.org/archive/2005/08/18/1675.aspx). "SOA Implications One: Ajax clearly...
1 Aug 20, 2005
2:09 am

Dale
code_ronin
Send Email

Hello, I'm fairly new at Json, so please be patient with me :). Right now, i'm creating a web app which returns database results in asynchronous fashion,...
2 Aug 19, 2005
2:53 pm

Alex Thomson
abthomson@...
Send Email

Hi, I have a question about the characters 0x80 through 0xFF. These characters have a different meaning, depending on the codepage of the system. Are these...
2 Aug 16, 2005
5:27 am

Douglas Crockford
douglascrock...
Send Email

The spec reads... "A string is a collection of zero or more Unicode characters, wrapped in double quotes, using backslash escapes. A character is represented ...
9 Aug 12, 2005
7:25 pm

jemptymethod
Send Email

Hi everyone, I've made a few coding style changes to JSON-PHP in response to comments from PEAR members. I haven't yet had a chance to address the recent...
1 Aug 12, 2005
7:14 pm

Michal Migurski
michal_migurski
Send Email

HI Did anyone run into an "Out of Memory" error trying to parse a JSON string in IE or Mozilla? It is probably dumb to do it but I ran into an issue where I...
1 Aug 11, 2005
5:47 pm

patmalay
Send Email

Dang. It finally hit me that scientific notation has been added to the spec for numbers. I think this is a good idea except now I need to implement it. Oh...
2 Aug 10, 2005
5:20 am

Martin Cooper
mfncooper
Send Email

Hi, Shouldn't it be possible to jsonize a string like this? {"doubleQuoteSurroundedBySpaces":" \" "}}' json.py and json.js both choke when trying to parse...
13 Aug 6, 2005
10:58 pm

jonschull5
Send Email

I've released fixes to the sourceforge project https://sourceforge.net/projects/json-py/ Also included in the release is Jim Washington&#39;s minjson.py There are...
1 Aug 6, 2005
4:50 pm

patrickdlogan
Send Email

Guys, If anyone interested in JSON-RPC, feel free to take a look at JRP. It's a JSON-RPC implementation I recently started. JRP stands for JSON-RPC Page, and...
1 Aug 4, 2005
4:40 am

jake_s_lim
Send Email

The following test works in my sandbox for json-py. I think it works in the release but I actually cannot get to sourceforge at the moment... Try adding this...
1 Aug 3, 2005
4:18 pm

Patrick D. Logan
patrickdlogan
Send Email

I want to build a web application where the responses to requests will be in JSON or at some point in time in a different format (e.g. XML). HTTP does allow...
13 Jul 29, 2005
8:18 pm

Martin Cooper
mfncooper
Send Email

Has anyone successfully used JSON with ColdFusion? I'm debating on whether I should use it or not... thanks, -Amy...
4 Jul 28, 2005
1:06 am

jemptymethod
Send Email

Would someone shed some light on why the json.js file method of detecting arrays was changed? Array.prototype.______array = '______array&#39;; is added And - if...
1 Jul 26, 2005
8:31 pm

MPCM
mpcmtechnolo...
Send Email

So how does this JSON thing compare to this: http://microformats.org/ Inquiring minds want to know....
7 Jul 21, 2005
1:32 am

Nic Ferrier
nicferrier2000
Send Email

I have a string containing a single \ character. I'm not quite sure what this string should look like once json encoded. My javascript encoder (a popular one)...
3 Jul 20, 2005
3:28 am

MPCM
mpcmtechnolo...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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