added value() function to get object value at given key or a default
value if key does not exist
This commit is contained in:
Niels 2015-12-15 08:38:54 +01:00
parent 2ba901bbf6
commit cd04a7d3e9
7 changed files with 325 additions and 7 deletions

View file

@ -395,7 +395,7 @@ $ make
$ ./json_unit "*"
===============================================================================
All tests passed (3341803 assertions in 28 test cases)
All tests passed (3341846 assertions in 28 test cases)
```
For more information, have a look at the file [.travis.yml](https://github.com/nlohmann/json/blob/master/.travis.yml).