Skip to content

Commit 1c40b97

Browse files
committed
jsonpointer flatten/unflatten support [] and {}
1 parent b81ddfd commit 1c40b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ref/jsonpointer/flatten.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Json unflatten(const Json& value, unflatten_options options = unflatten_options:
1616
1717
- (until 0.160.0) The values are primitive (string, number, boolean, or null). Empty objects or arrays become null.
1818
19-
- (since 0.160.0) The values are primitive (string, number, boolean, or null), empty object (`{}`) or empty array (`[]`).
19+
- (since 0.160.0) The values are string, number, boolean, null, empty object (`{}`) or empty array (`[]`).
2020
2121
(2) unflattens a json object of JSON Pointer-value pairs. There is no unique solution,
2222
an integer appearing in a path could be an array index or it could be an object key.

0 commit comments

Comments
 (0)