Merge: Friendlier API to read from Json
authorJean Privat <jean@pryen.org>
Thu, 8 May 2014 17:42:42 +0000 (13:42 -0400)
committerJean Privat <jean@pryen.org>
Thu, 8 May 2014 17:42:42 +0000 (13:42 -0400)
commit4a6ae929ff701d42fbb59eb8ffcf8cccb23f6748
tree398cdb31110695dba551c76a08e61fa6c9d0d6fe
parenta678b312d6a9eeb921a9f28e882da7ca6b242cd2
parent532b09648e566f779e33cef23f612880fce838dc
Merge: Friendlier API to read from Json

As requested by @privat.

I'll fix the contribs according to the test results.

May be improved or to do:
- Reimplement using the AST nodes.
- Make `JsonValue` subclass of `Array` and/or `Map`
- Convert contribs to use json::dynamic

Pull-Request: #444
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Jean Privat <jean@pryen.org>