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 951 - 980 of 1409   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
951
Support was added to the Java reference implementation for Apple's Old Style ASCII Property Lists. It recognizes strings, arrays, and dictionaries. It is...
Douglas Crockford
douglascrock...
Offline Send Email
Mar 1, 2008
3:23 pm
952
I'm proud to announce that MJSON v0.8 has been released! MJSON is Maciel's JSON parser, a small light-weight library that handles documents written in the JSON...
rui.maciel
Offline Send Email
Mar 15, 2008
3:52 pm
953
JSLint (www.JSLint.com) was updated recently to include new RegExp literal policies. http://www.JSON.org/json.js and http://www.JSON.org/json2.js have been...
Douglas Crockford
douglascrock...
Offline Send Email
Mar 17, 2008
1:24 pm
954
I have updated json2.js, adding features suggested by Mark Miller and Chris Zyp. JSON.parse can take a reviver function that is passed each key and value, with...
Douglas Crockford
douglascrock...
Offline Send Email
Mar 22, 2008
8:28 pm
955
I have updated json2.js to include a prettyprinting option. If the third parameter is a string (such as "\t" or " ") or a number of spaces, then nested...
Douglas Crockford
douglascrock...
Offline Send Email
Mar 24, 2008
10:31 pm
956
json_parse.js is a JSON parser written in JavaScript without any use of RegExp. http://json.org/json_parse.js...
Douglas Crockford
douglascrock...
Offline Send Email
Mar 26, 2008
11:48 pm
957
Line 170 is an enigma : (var) value, // Place holder for the value function. As (var) value = f() is defined later on @line 230... does 170 really make...
Jorge Chamorro
george_of_th...
Offline Send Email
Mar 27, 2008
8:57 am
958
... As a matter of discipline, I always declare things before I use them. ... Some people are distrustful of regular expressions. An implementation that does...
Douglas Crockford
douglascrock...
Offline Send Email
Mar 27, 2008
1:16 pm
959
On Thu, Mar 27, 2008 at 1:56 AM, Jorge Chamorro <jorge@...> wrote: ... You may well be right that a regexp based one is faster (given JS' lack of...
Tatu Saloranta
cowtowncoder
Offline Send Email
Mar 27, 2008
5:46 pm
960
Thanks for all the feedback on the initial release of TinyJSON ("A Minimalistic JSON Reader in C++"). Finally, I found some time to include most of the ideas...
Thomas Jansen
tc.jansen
Offline Send Email
Mar 30, 2008
3:56 pm
961
Howdy All, I'd just like to put my JPath library out there in case others might find it as useful as i did. http://bluelinecity.com/software/jpath ...
plexium_nerd
Offline Send Email
Apr 1, 2008
5:13 pm
962
Are you aware of JSONPath, and XPath-like functionality for JSON that it already provides? http://goessner.net/articles/JsonPath/...
kriszyp
Online Now Send Email
Apr 1, 2008
8:41 pm
963
When I decided to make Jpath, no. It wasn't until afterwards when i found that library. However, they are still pretty different and each offer different...
plexium_nerd
Offline Send Email
Apr 1, 2008
10:11 pm
964
Hello, I have a slight problem, an adequate explanation of which I have not been able to find. I'm hoping you can shed some light on the matter... I'm trying...
osirisdf
Offline Send Email
Apr 2, 2008
12:04 am
965
Hi JSON group, I'm brand new here and was invited here by Douglas Crockford (thanks, I'm honored!) based on my work with a jsonDiff implementation, so I guess...
Michael Schøler
michael.scholer
Offline Send Email
Apr 2, 2008
6:14 am
966
Hi Michael! One quick suggestion: On Tue, Apr 1, 2008 at 11:14 PM, Michael Schøler <michael.scholer@...> wrote: ... You may be aware of this, but...
Tatu Saloranta
cowtowncoder
Offline Send Email
Apr 2, 2008
3:27 pm
967
Also a good mapping for round-trip support of JSON-XML conversion is JsonML: http://jsonml.org It works with any type of XML including XHTML....
Stephen M. McKamey
stephen.mckamey
Offline Send Email
Apr 2, 2008
3:36 pm
968
... I was not aware, I'll have a look at it. But not for the current project which is done in C# / .net. ... Great - let me know if you like it. /Michael...
Michael Schøler
michael.scholer
Offline Send Email
Apr 2, 2008
4:25 pm
969
Have you run any benchmark between both libraries for some of the common features? ... -- Blog: http://justavo.blogsome.com/ [Non-text portions of this message...
Gustavo Munoz
justavo_munoz
Online Now Send Email
Apr 3, 2008
1:57 am
970
I'm not sure if this benchmark is useful or not but i threw together a set of three tests which just iterates over equivalent queries 1000 times. Since there's...
plexium_nerd
Offline Send Email
Apr 4, 2008
3:08 am
971
I'm looking for a script/example/library written in VBA to parse JSON data. I didn't see one on json.org, and have had little luck with Google searches....
Bill Guindon
webgorilla
Offline Send Email
Apr 4, 2008
3:37 am
972
The fastest way to get started would be to load the JScript (MS's JavaScript engine) and get it to parse the JSON, like this: Set sc =...
Atif Aziz
azizatif
Offline Send Email
Apr 4, 2008
10:46 am
973
a bit out of scope, but carefully written javascript libraries can all be used this way. And there should be a lot that support json via eg. regexps (if plain...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Apr 4, 2008
1:19 pm
974
... Right and so one could leverage json2.js like this: Set sc = CreateObject("ScriptControl") sc.Language = "JScript" Set xhr =...
Atif Aziz
azizatif
Offline Send Email
Apr 4, 2008
1:51 pm
975
In the past I tried this within VB6 apps and using the script object seemed to cause Norton Anti-virus throw scripting alerts and halt execution until the user...
Matthew Morley
mpcmtechnolo...
Offline Send Email
Apr 4, 2008
2:06 pm
976
Thanks to all who replied, we'll be experimenting with the suggestions. ... That would be a problem, in the long run, we're looking to ship this to customers. ...
Bill Guindon
webgorilla
Offline Send Email
Apr 4, 2008
2:40 pm
977
I have written a lot of applications that make heavy use of JSON data. In fact, I often store large amounts of JSON data in configuration files instead of...
Arthur Blake
blakesys
Offline Send Email
Apr 10, 2008
12:05 am
978
One question: wouldn't it be easier to just use TreeMap for storing fields, instead of HashMap, if sorting is desired? -+ Tatu +-...
Tatu Saloranta
cowtowncoder
Offline Send Email
Apr 10, 2008
4:29 am
979
... That was my first thought when thinking about how to do it, as well. That would make sense if you wanted to always keep and use the JSON sorted. In one of...
Arthur Blake
blakesys
Offline Send Email
Apr 10, 2008
12:13 pm
980
Hi all, I'd like to introduce json2list and SpringDB to you all. json2list is a transformation tool from JSON to HTML list (ol and ul) and hosted at...
Changshin Lee
ias_and_cb
Offline Send Email
Apr 10, 2008
4:00 pm
Messages 951 - 980 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