mirror of
https://github.com/nlohmann/json.git
synced 2026-06-07 13:19:43 +00:00
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:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user