Any kind of thought/suggestion is welcome: http://webreflection.blogspot.com/2010/04/json-sleep-wakeup-serialize-and.html In few words, a way to better control...
1532
jonathan wallace
ninja9578
May 5, 2010 5:40 pm
libJSON now handles surrogate pairs correctly: http://sourceforge.net/projects/libjson/ There is also now a makefile in the bundle for linux ...
1533
Mark Joseph
markjoseph_sc
May 10, 2010 8:16 pm
This is our first release of our combined JSON XML product SDK Press Release: https://www.p6r.com/company/news.html Product Page:...
1534
Gary
kaimaikid...
May 29, 2010 7:57 pm
Hi, I'm new to the group as well as to using json and am wondering if someone can write me a json script for .php webpage please? What I need is to be able to...
1535
jonathan wallace
ninja9578
May 29, 2010 8:49 pm
php has a built in function called json_decode. You give it a string and it returns you a stdClass, from there you can do whatever you want. ...
1536
Petri Lehtinen
akhern...
Jun 13, 2010 6:27 pm
Jansson v1.3 is out. This release adds one new encoding flag, enhances the documentation a bit and fixes a few bugs. Changes since v1.2.1 ... * New encoding...
1537
jonathan wallace
ninja9578
Jun 16, 2010 2:09 pm
A lot of people have asked me for makefiles instead of the Code::Blocks project files so I wrote makefiles for each platform. Should be good, but didn't try...
1538
Nic Volanschi
nic.volanschi
Jun 16, 2010 6:17 pm
Hi, I would like to submit a couple of questions to the members of this group, as JSON tools designers and/or users: 1. Are you aware of any JSON codec library...
1539
Craig Boyd
craigsboyd
Jun 16, 2010 9:28 pm
Not that particular syntax, but the basic idea (querying/filtering and result set in JSON) has been around for quite some time. The latest example I can think...
1540
Nic Volanschi
nic.volanschi
Jun 22, 2010 9:42 pm
Hi Craig, Thanks for this pointer, interesting stuff (I never heard about OData before). Nic....
1541
the_old_chief
Jun 25, 2010 9:26 pm
I am a eLearning Application developer who is working on his first experience with JSON. My application has no active server (php, asp, java, etc) to work...
1542
jonathan wallace
ninja9578
Jun 26, 2010 5:13 pm
Think of it like C++, that should help you figure out when to use an object and when to use an array. Basically, an array is a set of items that are the same...
1543
John Cowan
johnwcowan
Jun 26, 2010 5:26 pm
... That's overly restrictive for JSON, whose aggregates are modeled on JavaScript. An array can be seen either as a sequence of data items (same type or...
1544
jonathan wallace
ninja9578
Jun 26, 2010 5:38 pm
I didn't say it was like C++, I just recommended visualizing it that way to help simplify the json that the user had posted. There were many places where...
1545
Jonathan Wallace
ninja9578
Aug 10, 2010 2:05 am
I'm redoing big parts of libjson and I'm going to extend it to use non-standard json (as a compile option, not standard) and I'm curious if anyone foresee any...
1546
Tatu Saloranta
cowtowncoder
Aug 10, 2010 2:52 am
... XML does not have native binary data either; usually base64 encoding is used, and same works well for JSON. Why not use that? Or given that content is just...
1547
Jonathan Wallace
ninja9578
Aug 10, 2010 3:03 pm
Thanks for your input. I guess I never looks at how my XML library handled the binary. I guess I'll just add a method to insert binary data that automatically...
1548
Tatu Saloranta
cowtowncoder
Aug 10, 2010 5:44 pm
... Ah ok. :) ... Yeah that is one way. Actually there is another, used with HTTP -- you can send binary as separate http body part, refer to that from XML (I ...
1550
Douglas Crockford
douglascrock...
Aug 30, 2010 10:07 pm
JSON.org is a sponsor this year of Silicon Valley Codecamp, a free conference held at Foothill College in Los Altos, CA. I hope to see you there. For more...
1551
jonathan wallace
ninja9578
Sep 12, 2010 8:55 pm
If anyone here uses libjson, I just released libjson 6. Be aware though, this one will not just plug into your code if you are using an old version. Both ...
1552
Douglas Crockford
douglascrock...
Oct 6, 2010 5:54 am
I will be doing a session at Silicon Valley Codecamp at Foothill College in Los Altos, California on Saturday, October 9 at 11:15am. I will be talking about...
1553
Mark Joseph
markjoseph_sc
Oct 11, 2010 6:18 pm
JDXâ„¢ XPath 2.0 for XML, JSON and JsonML https://www.p6r.com/software/jdx.html# Regards, Mark Joseph, Ph.D. President P6R, Inc 408-205-0361 mark@... ...
1554
Douglas Crockford
douglascrock...
Nov 2, 2010 10:35 pm
The JSON.org page is now available in Swedish. http://www.JSON.org/json-sv.html Thanks to Paul Cohen....
1555
stephan.beal
Nov 14, 2010 3:46 pm
Hi, all! For the C++ coders out there without a favourite JSON library, here's a new one for you: http://fossil.wanderinghorse.net/repos/nosjob/ It's still...
1556
Douglas Crockford
douglascrock...
Nov 18, 2010 6:56 pm
json2.js is now available on Github. https://github.com/douglascrockford/JSON-js...
1557
dctonyburley
Dec 13, 2010 12:20 pm
Hey Folks, Here is the URL for my test site - http://showmercyonus.appspot.com/transaction The second row is a combination of JSON & AJAX that renders some...
1558
Douglas Crockford
douglascrock...
Dec 21, 2010 7:11 pm
The reference implementation for Java is now available from Github. https://github.com/douglascrockford/JSON-java...
1559
John Cowan
johnwcowan
Dec 21, 2010 8:46 pm
... I'm having some trouble deciphering your XML class. Can you write down in English the rules it uses to convert JSON to XML and vice versa? Thanks. -- ...
1560
Douglas Crockford
douglascrock...
Dec 24, 2010 7:20 pm
... What specifically are you having trouble with?...
1561
Tony
anthonyrpelosi
Jan 6, 2011 9:22 pm
Does anyone know of a good WYSIWYG tool for creating a hierarchy of objects/elements and fields/attributes that exports to both XML and JSON? I downloaded...