[tarantool-patches] Re: [PATCH 1/1] json: detect a new invalid json path case

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Tue Aug 13 22:47:23 MSK 2019


Pushed to 1.10 - master branches.

On 13/08/2019 00:35, Konstantin Osipov wrote:
> * Vladislav Shpilevoy <v.shpilevoy at tarantool.org> [19/08/11 10:01]:
>> JSON paths has no a strict standard, but definitely there is no
>> an implementation, allowing to omit '.' after [], if a next token
>> is a key. For example:
>>
>>     [1]key
>>
>> is invalid. It should be written like that:
>>
>>     [1].key
>>
> 
>> Strangely, but we even had tests on the invalid case.
>>
>> Closes #4419
> 
> This has to go to 1.10.
> 
> lgtm
> 
> 



More information about the Tarantool-patches mailing list