... Assume I have a valid reason to encode JSON as UTF-16BE (which is allowed). When doing so, is it still necessary to escape characters that are not in the...
1909
Petri Lehtinen
akhern...
Jul 26, 2012 4:23 am
... Yes you can. Regardless of encoding, you only have to escape ", \ and the control characters U+0000 to U+001F, and any other character can be represented...
1910
Jonas Tärnström
jskorpan
Aug 16, 2012 12:32 pm
The beauty and usefulness of JSON is in my opinion more of what they left out than what they took in. Any attempts to extend it is to make it less useful. //JT...
1911
rui.maciel
Aug 22, 2012 8:05 pm
I'm proud to announce that MJSON v1.5 has been released! M's JSON parser, a small, lightweight FLOSS library that handles documents written in the JSON data...
1912
Matěj Cepl
ceplma00
Sep 5, 2012 4:13 pm
Looking at http://www.ietf.org/rfc/rfc4627.txt I see in the section 2.2 An object structure is represented as a pair of curly brackets surrounding zero or more...
1913
douglascrockford
douglascrock...
Sep 5, 2012 4:16 pm
... It should have been MUST. I said SHOULD because I wanted JavaScript39;s eval function to conform. At the time, I thought that was a necessary transitional...
1914
Jonathan Wallace
ninja9578
Sep 5, 2012 4:20 pm
Libjson will parse them all, if you attempt to get the object by its key and said key is not unique, it will give you the first one. The only way to get the...
1915
Matěj Cepl
ceplma00
Sep 5, 2012 4:27 pm
... Brownie points for the discovery should go to my colleague Richard Opálka (ropalka at the same domain my email comes from). Just to make this clear. ...
1916
douglascrockford
douglascrock...
Sep 5, 2012 4:28 pm
... You can do as you like, but I think it would be better if you throw the exception....
1917
Jonathan Wallace
ninja9578
Sep 6, 2012 11:37 am
I will likely make it a compilation error in the next release Sent from my iPhone ... [Non-text portions of this message have been removed]...
I forgot the url is: http://code.google.com/p/vfpjson/ Ignacio Gutierrez Torrero SAIT Software Administrativo www.sait.com.mx +52(653)534-8800...
1920
Ben Atkin
vote_zaphod_...
Sep 11, 2012 6:12 pm
I wrote a blog post about JSON terminology after I figured out how to design the API for a JSON tool I'm making. After I finished I became curious if anyone on...
1921
Gregg Irwin
greggirwin143
Sep 13, 2012 9:47 pm
Hi Ben, BA> http://benatkin.com/2012/09/11/json-has-elements-too/ BA> Are any of you using these terms? Do you think they enhance BA> understanding of JSON, or...
1922
Petri Lehtinen
akhern...
Sep 23, 2012 10:39 am
Jansson 2.4 has been released. This release adds features, fixes a few bugs, and makes the library buildable on Microsoft Visual Studio. My blog post gives a...
1923
jonathan wallace
ninja9578
Oct 9, 2012 1:48 pm
I received this email today: =============== I am testing out using libjson in our project and am looking for a little guidance. I expected that when comparing...
1924
John Cowan
johnwcowan
Oct 9, 2012 2:28 pm
... I think you are wrong, and that order does not matter when it comes to objects, though the JSON RFC is characteristically silent on the point. JSON objects...
1925
Jonathan Wallace
ninja9578
Oct 10, 2012 4:35 pm
Interesting, internally they use a custom container, but has named access time of O(n) so unordered comparison would end up being arithmetic sum of n. I...
1926
douglascrockford
douglascrock...
Oct 12, 2012 8:42 pm
... An object is an unordered collection of zero or more name/value pairs, where a name is a string and a value is a string, number, boolean, null, object, or...
1927
John Cowan
johnwcowan
Oct 12, 2012 8:50 pm
... Touche. And thanks. -- [W]hen I wrote it I was more than a little John Cowan febrile with foodpoisoning from an antique carrot...
1928
Jose F. Morales
jfran@...
Oct 18, 2012 6:47 am
Dear all, I am not really sure if this is the right place to ask for this, but we recently introduced a JSON encoding/decoding library in Ciao ...
1929
Jose F. Morales
jfran@...
Oct 23, 2012 2:01 pm
Dear all, Thank you very much for including the "Ciao JSON encoder and decoder" under the Prolog section. As a last request, we are wondering if we could have...
1930
douglascrockford
douglascrock...
Oct 23, 2012 8:32 pm
... Do you want to be listed as Ciao or as Prolog?...
1931
Jose F. Morales
jfran@...
Oct 24, 2012 1:13 pm
... As both, since the library supports both Ciao and Prolog (similarly to the Racket/PLT-scheme library). -- Jose...
1932
Krzysztof Gabis
k_gabis
Oct 24, 2012 6:25 pm
I've recently created a small (2 files) JSON parser/reader called parson. You can download it from here: http://kgabis.github.com/parson/ (or...
1933
Ben Atkin
vote_zaphod_...
Oct 25, 2012 3:19 am
My understanding is that implementations are only to be listed once. If they were listed twice for languages that were (near-)supersets of other languages, all...
1934
Jose F. Morales
jfran@...
Oct 28, 2012 1:50 pm
Thank you for the explanation. In that case, it is much more precise if it appears just as Ciao. This version of the library will definitely not run as vanilla...
1935
Laurent Parenteau
laurent.parenteau@...
Nov 16, 2012 5:58 am
Dear all, Sorry if this isn't the right place for this, but I just published a JSON encoder/decoder for the M language. Could it be possible to add it to the ...
1936
lesnklesnik
Dec 19, 2012 10:42 pm
Hello, I'd like to propose adding a new python JSON package http://pypi.python.org/pypi/metamagic.json It's key features are: - output is 100% to the JSON spec...
1937
Andrew Faulds
ajf@...
Dec 20, 2012 12:41 pm
Eh? Why not use the standard Python JSON API (json) and wrap the built-in JS support (JSON)! Andrew Faulds http://ajf.me/ lesnklesnik <yselivanov@...>...