Marc-André Lureau writes:
> On Thu, Oct 5, 2017 at 6:41 AM, Markus Armbruster wrote:
>> Marc-André Lureau writes:
>>
>>> On Mon, Oct 2, 2017 at 5:25 PM, Markus Armbruster wrote:
The QAPI schema parser has always accepted only single-quoted strings,
even though JSON strings are double
Eric Blake writes:
> On 10/04/2017 11:41 PM, Markus Armbruster wrote:
>
>> Sadly, the schema language is neither JSON, nor an established extension
>> of JSON, nor Python. This commit brings the schema language one step
>> closer to a superset of JSON. I feel "homegrown superset" is a slightly
On 10/04/2017 11:41 PM, Markus Armbruster wrote:
> Sadly, the schema language is neither JSON, nor an established extension
> of JSON, nor Python. This commit brings the schema language one step
> closer to a superset of JSON. I feel "homegrown superset" is a slightly
> less bad idea than "homeg
On Thu, Oct 5, 2017 at 6:41 AM, Markus Armbruster wrote:
> Marc-André Lureau writes:
>
>> On Mon, Oct 2, 2017 at 5:25 PM, Markus Armbruster wrote:
>>> The QAPI schema parser has always accepted only single-quoted strings,
>>> even though JSON strings are double-quoted. Accept double-quoted
>>>
Marc-André Lureau writes:
> On Mon, Oct 2, 2017 at 5:25 PM, Markus Armbruster wrote:
>> The QAPI schema parser has always accepted only single-quoted strings,
>> even though JSON strings are double-quoted. Accept double-quoted
>> strings as well, so you can write strings containing single quote
On Mon, Oct 2, 2017 at 5:25 PM, Markus Armbruster wrote:
> The QAPI schema parser has always accepted only single-quoted strings,
> even though JSON strings are double-quoted. Accept double-quoted
> strings as well, so you can write strings containing single quotes
> without backslash escapes.
>