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: 589
  • Category: Data Formats
  • Founded: Jul 19, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

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

I wanted to introduce my project Persevere, as I have just released a new version of the Persevere server and client: ...
1 Nov 15, 2007
8:04 pm

Kris Zyp
kriszyp
Send Email

In my search for a convenient way to represent XHTML DOM elements, I assembled some ideas of how to apply the native JavaScript objects to the W3C DOM objects....
7 Nov 15, 2007
1:44 am

Kyle Alan Hale
kylealanhale
Send Email

I have been able to do some very interesting performance comparisons, but unfortunately data I am using is company internal, and hence non publishable. So I...
1 Nov 14, 2007
11:19 pm

Tatu Saloranta
cowtowncoder
Send Email

hi all i am seeking an Java based of JSON that can convert JSON become URL, this is called URLEncoder and URLDecoder, anyone have it? FransThamura Indonesia...
2 Nov 7, 2007
5:35 pm

cowtowncoder
Send Email

Quick note: there is a new JSON processor (parser, generator, simpler mapping tools) written in Java called Jackson. It's available from: ...
1 Nov 7, 2007
6:07 am

Tatu Saloranta
cowtowncoder
Send Email

What would be the recommended way of converting the result of an regexp.exec(str) method call to JSON? The result is an array but with two extra properties;...
2 Nov 6, 2007
9:39 pm

Douglas Crockford
douglascrock...
Send Email

Hello all, http://lloydforge.org/projects/yajl/ This is a fast, lightweight, portable JSON parsing/generation/validation library. It's design goals were to ...
1 Oct 17, 2007
6:34 pm

lhilaiel
Send Email

JSON JavaScript Object NotationCisco, have you tried Subspace/CrossSafe (http://www.xucia.com/page/CrossSafe)? It is a JS library that provides secure...
1 Oct 13, 2007
3:47 pm

Kris Zyp
kriszyp
Send Email

Hi, I have a JSON object whose structure is like this: The name of the object is 'Emp' and the attributes are: name age sex department address Later in my...
2 Oct 11, 2007
7:02 am

Mark Ireland
akaidr4vr
Send Email

I made a small modification to parseJSON as suggested by Tarcisio Fedrizzi. It improves IE's performance on large texts....
13 Oct 10, 2007
10:34 pm

Douglas Crockford
douglascrock...
Send Email

I wanted to initiate some dialogue about JSON referencing conventions. I did a write up at http://www.json.com/2007/10/09/json-referencing-schemes/ on a number...
1 Oct 10, 2007
4:34 pm

Kris Zyp
kriszyp
Send Email

Here is the link http://ketankhairnar.blogspot.com/2007/06/json-utility-using-asm-java-bytecode.html let me know what you think......
1 Oct 6, 2007
5:26 am

ketan_vjti
Send Email

Do you have a piece of (valid!) JSON that some JSON parsers find difficult to parse? If you do, I'd love to get my hands on it. I'm writing a JSON framework[0]...
4 Oct 3, 2007
7:49 pm

Stig Brautaset
stigbrau
Send Email

Hi, I have a JSON object which has a strcture like this : { "MainData";: { "Company": { "Name":"ABC Ltd", "Address":"<address>" }, "Data": { "001": { "Name":...
3 Sep 27, 2007
4:39 pm

kriszyp
Send Email

In the current process to improve JSONT I implemented a lightweight component JSONPath, which compares a lot to XPath. You can download it for Javascript and...
4 Sep 6, 2007
9:17 am

Stefan Gössner
stefangoessner
Send Email

I have problem receive JSON in server i want to use Servlet, i try to use blabla?json?<json> i got problem. is the answer is JSONRPC? anyone can help me to...
1 Sep 4, 2007
2:39 am

Frans Thamura
fthamura
Send Email

Collin Jackson has implemented a JSONRequest extention for Firefox. http://crypto.stanford.edu/jsonrequest/...
1 Sep 1, 2007
11:44 pm

Douglas Crockford
douglascrock...
Send Email

JSONV- open-source format, based on jsons formats, as alternative to xml,css,xslt,rdf,owl,html presentation of information for the dynamic forming and...
1 Aug 30, 2007
5:18 am

wefnewtrhewlkfd9
wefnewtrhewl...
Send Email

New constructors for JSONObject: JSONObject(Object bean) Make a new JSONObject from the getter methods of a bean. JSONObject(Object object, String names[]) ...
1 Aug 28, 2007
1:28 am

Douglas Crockford
douglascrock...
Send Email

... avoid using eval. Just use the "in" operator" if(EmpNo in MainData.Company.Data) in checks for the existence of a key. -- hello world...
2 Aug 26, 2007
5:25 pm

mahesh_mission
Send Email

Hi, I have a JSON object which has a strcture like this : { "MainData";: { "Company": { "Name":"ABC Ltd", "Address":"<address>" }, "Data": { "001": { "Name":...
1 Aug 26, 2007
12:59 pm

mahesh_mission
Send Email

The JSON.org page is now available in Dutch. http://json.org/json-nl.html...
1 Aug 25, 2007
10:41 am

Douglas Crockford
douglascrock...
Send Email

Hello folks, First, I'm relatively new to working with JSON so please bear with me. Here's the situation: I am attempting to use multiple callbacks all from...
1 Aug 19, 2007
7:47 pm

Shorthouse, David
davidpshorth...
Send Email

Hi,I have difficulties to parse this json {depth1:{depth2:{depth3:&#39;content&#39;}}} how to get the 'content&#39;?? using ajax?...
7 Aug 16, 2007
5:05 am

Philip Tellis
philiptellis
Send Email

I'm proud to announce that MJSON v0.5 has been released! MJSON is Maciel's JSON parser, a small light-weight library that handles documents written in the JSON...
1 Aug 8, 2007
4:42 pm

rui.maciel
Send Email

Hi, Now I built some mashup using JSON. Sometimes, I want to block the script to be executed. I want to remove the script dynamically added to prevent it from...
1 Aug 1, 2007
3:48 pm

ericazhangjun
Send Email

Does JSON support a datetime object? thanks [Non-text portions of this message have been removed]...
6 Jul 12, 2007
1:52 pm

Stephen M. McKamey
stephen.mckamey
Send Email

I've just posted a new JSON editor that let's you view and edit JSOn from a tree view here: http://www.thomasfrank.se/json_editor.html I hope it might be of...
1 Jul 6, 2007
9:48 pm

jthomaspfrank
Send Email

I'm proud to announce that MJSON v0.4 has been released! MJSON is Maciel's JSON parser, a small light-weight library that handles documents written in the JSON...
1 Jul 3, 2007
9:18 pm

rui.maciel
Send Email

The JSON.org page is now available in Portuguese. http://json.org/json-pt.html...
1 Jul 3, 2007
4:10 am

Douglas Crockford
douglascrock...
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