fix for #133
added value() function to get object value at given key or a default value if key does not exist
This commit is contained in:
parent
2ba901bbf6
commit
cd04a7d3e9
7 changed files with 325 additions and 7 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue