mirror of
https://github.com/nlohmann/json.git
synced 2026-02-18 17:36:26 +00:00
started fixing #323
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user