Skip to content

Commit 4629aee

Browse files
committed
Add jsonpath example stateful allocator
1 parent 8c99d35 commit 4629aee

File tree

236 files changed

+551
-550
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+551
-550
lines changed

doc/ref/jsonpath/make_expression.md

Lines changed: 2 additions & 1 deletion

examples/src/array_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013 Daniel Parker
1+
// Copyright 2013-2023 Daniel Parker
22
// Distributed under Boost license
33

44
#include <string>

examples/src/bson_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 Daniel Parker
1+
// Copyright 2013-2023 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons/json.hpp>

examples/src/byte_string_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 Daniel Parker
1+
// Copyright 2013-2023 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons/json.hpp>

examples/src/cbor_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 Daniel Parker
1+
// Copyright 2013-2023 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons/json.hpp>

examples/src/cbor_typed_array_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 Daniel Parker
1+
// Copyright 2013-2023 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons/json.hpp>

examples/src/container_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013 Daniel Parker
1+
// Copyright 2013-2023 Daniel Parker
22
// Distributed under Boost license
33

44
#include <string>

examples/src/csv_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013 Daniel Parker
1+
// Copyright 2013-2023 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons/json.hpp>

examples/src/data_model_examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 Daniel Parker
1+
// Copyright 2013-2023 Daniel Parker
22
// Distributed under Boost license
33

44
#include <jsoncons/json.hpp>

examples/src/examples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013 Daniel Parker
1+
// Copyright 2013-2023 Daniel Parker
22
// Distributed under Boost license
33

44
#include <stdexcept>

0 commit comments

Comments
 (0)