... I used Visio. The json.vsd file can be found in the Files section. http://tech.groups.yahoo.com/group/json/files/...
1529
jonathan wallace
ninja9578
Apr 25, 2010 7:33 am
... I thought that wasn't officially part of JSON? There is no mention of it on json.org. I was aware of that, but it left me confused, how would a parser...
1528
Fredag_d13
Apr 25, 2010 7:23 am
To Douglas Crockford I'm writting some documentation to my JSON API and would like to add some railroad diagrams. Can you tell me how you created the diagrams...
1527
Douglas Crockford
douglascrock...
Apr 22, 2010 9:45 pm
... Does it do the right thing with "\uD83492;uDD1E"? See http://www.ietf.org/rfc/rfc4627.txt...
1526
jonathan wallace
ninja9578
Apr 22, 2010 2:32 pm
libJSON 4.0 now fully supports \u escaped sequences if built using unicode. I've added project targets for the library, test suite, and embedded test suites...
1525
Chip Morningstar
epopt
Apr 21, 2010 9:17 pm
That's just wrong. See, e.g., http://en.wikipedia.org/wiki/UTF-8 Chip...
1524
jonathan wallace
ninja9578
Apr 21, 2010 9:10 pm
UTF8 doesn't support all of the characters supported by \uXXXX, four characters mean UTF16. I do currently support UTF8, but that's only \u00XX. Anyway, since...
1523
Douglas Crockford
douglascrock...
Apr 21, 2010 7:44 pm
... UTF-8 is another option....
1522
jonathan wallace
ninja9578
Apr 21, 2010 6:49 pm
Oh, in order to get my library posted there, I've got to convert everything to wide strings for the full range of \u utf32 characters? Hmm, not sure if I'm...
1521
John Cowan
johnwcowan
Apr 21, 2010 5:56 pm
... I haven't looked at the code (which is in C++, for the benefit of other list readers), but according to the documentation, full support for \u escapes is...
1520
ninja
ninja9578
Apr 21, 2010 1:00 am
Hi JSON group. I wrote this library a few months ago, but I recently made it fully JSON compatible. It's platform and language independent. ...
1518
John Cowan
johnwcowan
Apr 14, 2010 8:57 pm
... That would be very useful, with maybe a one-line comment for each. -- De plichten van een docent zijn divers, John Cowan die van het gehoor ook....
1517
julienverlaguet
Apr 14, 2010 8:33 pm
... Good point, thanks. I tried to give all the ones which I use on an everyday basis. I didn't put all of the ones I consider as "experimental" and subject to...
1516
John Cowan
johnwcowan
Apr 14, 2010 8:05 pm
... You really need to write them down on your wiki page, even if just briefly. (I assume your current wiki page shows just a few of them.) People can't be...
1515
Julien Verlaguet
julienverlaguet
Apr 14, 2010 7:32 pm
Hi all, I wrote a json to json transformation tool. It's a command line tool that uses pattern-matching to write transformations. Example: jsonpat -p...
1514
Douglas Crockford
douglascrock...
Apr 13, 2010 12:52 pm
Sonja Elen Kisa has provided a translation in Esperanto. http://json.org/json-eo.html...
1513
Mark Joseph
markjoseph_sc
Apr 7, 2010 11:11 am
We have also decided to support JsonML in our next product version Sent from my iPhone ... [Non-text portions of this message have been removed]...
1512
Fredag_d13
Apr 7, 2010 8:28 am
That looks pretty perfect to me. I think I will include JSONML support in the next release of my JSON api. Thanks to Mark Joseph for starting this discussion...
1511
stephen.mckamey
Apr 6, 2010 6:50 pm
Exactly. We were posting very similar examples at the same time. :)...
1510
stephen.mckamey
Apr 6, 2010 6:43 pm
The attributes object is optional (see the BNF at http://jsonml.org) so you can drop it if empty to make more compact. The example XML: <description...
1509
Mark Joseph
markjoseph_sc
Apr 6, 2010 6:35 pm
Ok I think I see how mixed content works in JsonML: <description lang="en-us"> hi there <bold>joe</bold> how are you </descrption> becomes [ "description",...
1508
Mark Joseph
markjoseph_sc
Apr 6, 2010 6:19 pm
Cool stuff, can you show me an example of how JsonML handles XML mixed content, that is not clear to me from the web site. And just so it is clear to me, the...
1507
John Cowan
johnwcowan
Apr 6, 2010 6:14 pm
... Note that Google has announced a different, non-round-tripping, JSON syntax called JSONC for two of its Google Data APIs, YouTube and PicasaWeb. JSONC is...
1506
stephen.mckamey
Apr 6, 2010 5:21 pm
Not that ugly: ["node1", {"a":"45"}, ["node2", {"b":"9", "c":"hithere"}, ["node3", {"d":"abc"}, ["node4", {"e":"12345"}, "JSON has no attributes"] ] ], "Now is...
1505
stephen.mckamey
Apr 6, 2010 5:11 pm
JsonML ( http://jsonml.org ) handles all of these issues and has been embraced by quite a number of places. Many JSON encoders already include support. It...
1504
Mark Joseph
markjoseph_sc
Apr 6, 2010 3:58 pm
Thanks Alan, I believe I do reference that mapping but in a different URL, namely: http://onwebdevelopment.blogspot.com/2008/05/converting-xml-to-json.html it...
1503
Alan Kennedy
alank1610
Apr 6, 2010 12:05 pm
[Mark] ... Hi Mark. Nice work. On reading your article, I saw reference to several existing methods for mapping XML<->JSON. But I didn't see any reference to...
1502
Dennis Gearon
gearond...
Apr 6, 2010 4:02 am
I'm not really interested in this at the moment. BUT, very nice technical work! If I do need it in the future, it's nice to see good quality ideas and...
1501
Mark Joseph
markjoseph_sc
Apr 6, 2010 12:47 am
For people interested in this topic. We are always open to comments and questions. https://www.p6r.com/articles/2010/04/05/xml-to-json-and-back/ Best, Mark...
1500
Petri Lehtinen
akhern...
Apr 3, 2010 5:50 pm
Jansson v1.2.1 is out. This is a bugfix release in the 1.2 release series. Changes since v1.2 ... * Bug fixes: - Fix reference counting on true, false and null...