You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
33
33
- Git PR #560: [jmespath] When there are elements and the sum is indeed zero, avg function should return average value returned instead of a null value.
34
34
35
-
- Git Issue #561: json_string_reader doesnot work correctly for empty string or string with all blanks
35
+
- Git Issue #561: json_string_reader does not work correctly for empty string or string with all blanks
36
36
37
37
- Git Issue #564: Fixed basic_json compare of double and non-numeric string
38
38
@@ -49,14 +49,14 @@
49
49
50
50
- Enhancements:
51
51
52
-
-New`basic_json(json_pointer_arg_t, basic_json* j)` constructor to
52
+
-Added`basic_json(json_pointer_arg_t, basic_json* j)` constructor to
53
53
allow a `basic_json` value to contain a non-owning view of another `basic_json`
54
54
value.
55
55
56
56
- Added constant `null_arg` so that a null json value can be
57
57
constructed with
58
58
```
59
-
json j{jsoncons::null_arg};
59
+
json j{jsoncons::null_arg};
60
60
```
61
61
62
62
- Custom jmespath functions are now supported thanks to PR #560
0 commit comments