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: 591
  • Category: Data Formats
  • Founded: Jul 19, 2005
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 1775 - 1805 of 1954   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
1805 Petri Lehtinen
akhern... Send Email
Jan 28, 2012
11:15 am
Jansson 2.3 has been released. This release adds new features and fixes some minor bugs and documentation issues. Highlights: - Add json_object_foreach() for...
1803 Paul C. Bryan
paul.bryan@... Send Email
Jan 4, 2012
7:00 pm
Bump. Is specifying "8bit" in the IANA recommendations not normative? Paul ... [Non-text portions of this message have been removed]...
1802 Paul C. Bryan
paul.bryan@... Send Email
Jan 2, 2012
4:52 pm
Thanks for the explanations. A follow-up question below... ... Why isn't such a limit implied by specifying "8bit" in the IANA Recommendations? ... Paul...
1801 douglascrockford
douglascrock... Send Email
Jan 2, 2012
1:12 pm
... JSON does not impose such a limit. ... This was so that ECMAScript&#39;s eval function could act as a JSON parser. I think it should have been MUST....
1800 Tatu Saloranta
cowtowncoder Send Email
Jan 2, 2012
7:43 am
... I am quite sure this was not the intent -- such limit would indeed render JSON pretty useless. -+ Tatu +-...
1799 Paul C. Bryan
paul.bryan@... Send Email
Jan 2, 2012
7:33 am
... Sorry, 996 octets. I think. Per RFC 2045 §2.8, 8bit data is "...represented as relatively short lines with 998 octets or less between CRLF line separation...
1798 John Cowan
johnwcowan Send Email
Jan 2, 2012
7:19 am
... From RFC 2045: 2.8. 8bit Data "8bit data" refers to data that is all represented as relatively short lines with 998 octets or less between CRLF line...
1797 John Cowan
johnwcowan Send Email
Jan 2, 2012
7:14 am
... I think that statement is just a false assertion rather than a normative restriction. ... Nobody imposes any such limit. ... That's a very good question. ...
1796 Tatu Saloranta
cowtowncoder Send Email
Jan 2, 2012
7:11 am
... Hmmh? Where does 994 come from? ... I assume this was to allow implementations to choose whether they keep track of all seen names or not: this can add...
1795 Paul C. Bryan
paul.bryan@... Send Email
Jan 2, 2012
5:50 am
I'm hoping someone can help explain the rationale behind a couple of points in the JSON specification: 1. 8bit content-transfer-encoding for UTF-8 RFC 4627:...
1794 Tatu Saloranta
cowtowncoder Send Email
Dec 12, 2011
4:40 am
Wrong mailing list -- you probably want to join http://groups.google.com/group/bson since this is related to BSON, not json. -+ Tatu +-...
1793 zaqi
slash_jak Send Email
Dec 12, 2011
4:13 am
{"hello":"bson";} \x15 \x00 \x00 \x00 \x02 h e l l o \x00 \x05 \x00 \x00 \x00 b s o n \x00 \x00 I already read from this link :...
1792 Paul C. Bryan
paul.bryan@... Send Email
Dec 5, 2011
6:10 pm
... No, this specification does not support mathematical, logical or string operations. Paul [Non-text portions of this message have been removed]...
1791 alexandre_morgaut
alexandre_mo... Send Email
Dec 5, 2011
5:56 pm
... I think JSONPath is kind of a de facto standard. It was chosen by ebay to create its new SQL variant ( http://ql.io/examples ) I like JSON Schema but I'm...
1790 Paul C. Bryan
paul.bryan@... Send Email
Dec 5, 2011
5:27 pm
Thanks for the feedback. My comments inline: ... The first draft of JSON Patch actually used JSON Path. Since JSON Path was not standardized, I had to choose...
1789 alexandre_morgaut
alexandre_mo... Send Email
Dec 5, 2011
9:15 am
Interesting proposal, it could be useful, but it still need some work ;-) I'm not sure if it's best using pure path / url syntax to find the target element or...
1788 Paul C. Bryan
paul.bryan@... Send Email
Dec 5, 2011
6:31 am
I quickly submitted another JSON Patch Internet-Draft, now posted here: http://tools.ietf.org/html/draft-pbryan-json-patch-04 It now provides a usage example...
1787 Paul C. Bryan
paul.bryan@... Send Email
Dec 4, 2011
11:58 pm
I've submitted the latest JSON Patch Internet-Draft, posted here: http://tools.ietf.org/html/draft-pbryan-json-patch-03 It includes new "move" and "test"...
1786 Paul C. Bryan
paul.bryan@... Send Email
Dec 3, 2011
5:26 pm
It supports any value type, including objects and arrays. Paul ... [Non-text portions of this message have been removed]...
1785 Ted
tedelliott24 Send Email
Dec 1, 2011
2:08 pm
Sorry, messed up the patch portion a little bit. It should be this instead: patch: [ { "add": "/obj", "value": {} }, { "add": "/obj/bool&quot;, "value": true }, {...
1784 Ted Elliott
tedelliott24 Send Email
Dec 1, 2011
2:05 pm
Does the value type have to be a string, or does it support the other types, e.g. true/false, numbers, objects, arrays, etc. I believe it should be any valid...
1783 jonathan wallace
ninja9578 Send Email
Nov 25, 2011
12:57 am
Oops, I mentioned that to the benchmarker, I thought he altered the benchmark.  You can see the benchmark to libjson fully parsing in the comment of the...
1782 Rob Meijer
polacanthus01 Send Email
Nov 24, 2011
5:34 am
This benchmark seems to test the wrong thing. A library that is lazy in parsing and pre-serializes on each update would likely perform poorly in real operation...
1781 jonathan wallace
ninja9578 Send Email
Nov 22, 2011
3:09 pm
Hello, I was sent a message on sourceforge a while ago about someone doing a benchmark test of the most popular c++ json libraries.   He compared json_spirit...
1780 Milo Yip
miloyip Send Email
Nov 21, 2011
5:49 pm
Hi, Your project looks interesting, especially the benchmark method can help understand the performance in more details. I will try to put your parser and the...
1779 Jonas Tärnström
jskorpan Send Email
Nov 21, 2011
4:04 pm
Hi My project UltraJSON (BSD license) could serve as the JSON encoder/decoder back-end for this if you're going for absolute performance. AFAIK there isn't...
1778 rkalla123 Send Email Nov 19, 2011
2:49 pm
Milo, The benchmark numbers rapidjson is posting look fantastic. Nice job!...
1777 miloyip Send Email Nov 19, 2011
2:44 pm
Dear all, Recently I released an open-source (MIT license) project, rapidjson, a C++ JSON parser/generator with both SAX/DOM-style API. ...
1776 Stephan Beal
stephan.beal Send Email
Nov 18, 2011
10:32 am
... ??? You appear to be misunderstanding what JSON is. It is a generic data representation, not a language per se. It has no "tables" and no relationship with...
1775 zaqi
slash_jak Send Email
Nov 18, 2011
10:28 am
How to define table with json like MySQL?...
Messages 1775 - 1805 of 1954   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