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)
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


Trivial merge