started fixing #323
This commit is contained in:
parent
a0ef5a194c
commit
2fa8ea0f74
5 changed files with 101 additions and 15 deletions
|
@ -40,7 +40,7 @@ int main()
|
|||
// output the changed array
|
||||
std::cout << j["array"] << '\n';
|
||||
|
||||
// "change" the arry element past the end
|
||||
// "change" the array element past the end
|
||||
j["/array/-"_json_pointer] = 55;
|
||||
// output the changed array
|
||||
std::cout << j["array"] << '\n';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue