- From: <bugzilla@jessica.w3.org>
- Date: Thu, 22 Jan 2015 08:30:47 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27498
--- Comment #15 from Christian Gruen <christian.gruen@gmail.com> ---
Andrew, thanks for replying. I think it's a good idea to amend the last JSON
rule as you proposed in Comment 14.
I'd like to correct the serialized results of my examples in Comment 13; they
should have looked as follows:
* true#0 → function true#0
* [ true#0 ] → [ function true#0 ]
* [ (true#0, false#0) ] → [ function true#0 function false#0 ]
* map { 'x': true#0 } → { "x": function true#0 }
* map { 'x': (true#0, false#0) } → { "x": function true#0 function false#0 }
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 22 January 2015 08:30:48 UTC