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

Konstantin Osipov kostja at tarantool.org
Tue Aug 13 01:35:04 MSK 2019


* 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


-- 
Konstantin Osipov, Moscow, Russia



More information about the Tarantool-patches mailing list