Merge: json::dynamic: extend `get` to support arrays and keys with dots
authorJean Privat <jean@pryen.org>
Fri, 27 Oct 2017 14:05:50 +0000 (10:05 -0400)
committerJean Privat <jean@pryen.org>
Fri, 27 Oct 2017 14:05:50 +0000 (10:05 -0400)
commit1602cfa77940f03c7582520d20103bf8932e1251
treef45e0b6a4a626cc32b1c838ba18e6c84e7258c08
parent8fa18928b0baa4c2f6332ec32079195d7b36d8e2
parent880d71a07c29da7e6424f86b213f5c9ee3b28613
Merge: json::dynamic: extend `get` to support arrays and keys with dots

Extend `JsonValue::get` to support arrays and keys containing the '.' character.

As a general cleanup, remove services specific to parsing errors as clients should check errors only once, and update and standardize the documentation.

Pull-Request: #2558