From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S336I-0004wx-2f for qemu-devel@nongnu.org; Thu, 01 Mar 2012 05:19:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S336B-00009Q-Tw for qemu-devel@nongnu.org; Thu, 01 Mar 2012 05:19:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S336B-00008z-Lj for qemu-devel@nongnu.org; Thu, 01 Mar 2012 05:18:59 -0500 Message-ID: <4F4F4D0A.7060907@redhat.com> Date: Thu, 01 Mar 2012 11:18:50 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1330522650-15357-1-git-send-email-pbonzini@redhat.com> <1330522650-15357-4-git-send-email-pbonzini@redhat.com> <4F4E7146.2020406@redhat.com> In-Reply-To: <4F4E7146.2020406@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/6] rename blockdev-group-snapshot-sync List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: kwolf@redhat.com, fsimonce@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Il 29/02/2012 19:41, Eric Blake ha scritto: > Drop the "op":"snapshot". It's a leftover from before your conversion > to a union type. > > Question - when reading/writing these examples, are 'type' and "type" > interchangeable (like in XML)? IIRC, in JSON only "type" is allowed, but QEMU allows 'type' too because then it's so less painful to include JSON in C. So as far as QEMU is concerned they are interchangeable. Paolo