nlohmann
c
ns
nlohmann
namespacenlohmann.html
namespace for Niels Lohmann
json
cpp
tdef
nlohmann
namespacenlohmann_a2bfd99e845a2e5cd90aeaf1b1431f474.html
a2bfd99e845a2e5cd90aeaf1b1431f474
default JSON class
json.hpp
nlohmann::basic_json
c
tmplt
nlohmann::basic_json
classnlohmann_1_1basic__json.html
a class to store JSON values
json.hpp
parser_callback_t
cpp
tdef
nlohmann::basic_json
classnlohmann_1_1basic__json_aa8e533b4290ade5bf5a33104a69b202a.html
aa8e533b4290ade5bf5a33104a69b202a
per-element parser callback type
value_type
cpp
tdef
nlohmann::basic_json
classnlohmann_1_1basic__json_a7d0db3b728d820d4984df78d97d2b104.html
a7d0db3b728d820d4984df78d97d2b104
the type of elements in a basic_json container
reference
cpp
tdef
nlohmann::basic_json
classnlohmann_1_1basic__json_a5fd8b54389698edf0c08e2dd001f610b.html
a5fd8b54389698edf0c08e2dd001f610b
the type of an element reference
const_reference
cpp
tdef
nlohmann::basic_json
classnlohmann_1_1basic__json_ac4011bd0781e51afe4994d2b09fd27e9.html
ac4011bd0781e51afe4994d2b09fd27e9
the type of an element const reference
difference_type
cpp
tdef
nlohmann::basic_json
classnlohmann_1_1basic__json_adbd4c16c9ac641b2a4736bc2c6787d83.html
adbd4c16c9ac641b2a4736bc2c6787d83
a type to represent differences between iterators
size_type
cpp
tdef
nlohmann::basic_json
classnlohmann_1_1basic__json_a80ceaa3bdd346292273b309e08525c1c.html
a80ceaa3bdd346292273b309e08525c1c
a type to represent container sizes
allocator_type
cpp
tdef
nlohmann::basic_json
classnlohmann_1_1basic__json_ae928414b2805cf6ef56b4e4f8d235416.html
ae928414b2805cf6ef56b4e4f8d235416
the allocator type
pointer
cpp
tdef
nlohmann::basic_json
classnlohmann_1_1basic__json_a6bbd3e72a870f1ba81ff6886b063b0fe.html
a6bbd3e72a870f1ba81ff6886b063b0fe
the type of an element pointer
const_pointer
cpp
tdef
nlohmann::basic_json
classnlohmann_1_1basic__json_a13e5642dbfa1602c937d295a085413cc.html
a13e5642dbfa1602c937d295a085413cc
the type of an element const pointer
reverse_iterator
cpp
tdef
nlohmann::basic_json
classnlohmann_1_1basic__json_a1683189bd539313b5559f07961166c8b.html
a1683189bd539313b5559f07961166c8b
a reverse iterator for a basic_json container
const_reverse_iterator
cpp
tdef
nlohmann::basic_json
classnlohmann_1_1basic__json_a71eba33d906745e66f340952b79fbce3.html
a71eba33d906745e66f340952b79fbce3
a const reverse iterator for a basic_json container
object_t
cpp
tdef
nlohmann::basic_json
classnlohmann_1_1basic__json_a63691315292df8e1522b00d37ebb1ffc.html
a63691315292df8e1522b00d37ebb1ffc
a type for an object
array_t
cpp
tdef
nlohmann::basic_json
classnlohmann_1_1basic__json_ac82abedf356d252e0589850c3d8b35ba.html
ac82abedf356d252e0589850c3d8b35ba
a type for an array
string_t
cpp
tdef
nlohmann::basic_json
classnlohmann_1_1basic__json_ace8338e57fdb11e1955c2a0c2d782069.html
ace8338e57fdb11e1955c2a0c2d782069
a type for a string
boolean_t
cpp
tdef
nlohmann::basic_json
classnlohmann_1_1basic__json_aafa839f2a74dc1b5060314b3423143b8.html
aafa839f2a74dc1b5060314b3423143b8
a type for a boolean
number_integer_t
cpp
tdef
nlohmann::basic_json
classnlohmann_1_1basic__json_a6944904b3b59769b1cf62ac2532cbe33.html
a6944904b3b59769b1cf62ac2532cbe33
a type for a number (integer)
number_float_t
cpp
tdef
nlohmann::basic_json
classnlohmann_1_1basic__json_aacf6c869f6a9c66ac1bc99e93f310044.html
aacf6c869f6a9c66ac1bc99e93f310044
a type for a number (floating-point)
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a793e5c1da2fc7de7a04b19eadbb3f2cb.html
a793e5c1da2fc7de7a04b19eadbb3f2cb
create an empty value with a given type
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a5a2d4dbcdbc8ea065b87daf52cd786b9.html
a5a2d4dbcdbc8ea065b87daf52cd786b9
create a null object (implicitly)
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a930e14150ffa067bcf56d35cb00271e1.html
a930e14150ffa067bcf56d35cb00271e1
create a null object (explicitly)
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a0a9c6a1fccc4db365860463e8203eb38.html
a0a9c6a1fccc4db365860463e8203eb38
create an object (explicit)
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a951a76ba057b3be948e7ba5c2c01cd5a.html
a951a76ba057b3be948e7ba5c2c01cd5a
create an object (implicit)
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_af93e556bf708cb81b22ce223af1aa727.html
af93e556bf708cb81b22ce223af1aa727
create an array (explicit)
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ad7067a1a8ad2d88125915ada6d4d79b7.html
ad7067a1a8ad2d88125915ada6d4d79b7
create an array (implicit)
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a15e468968cd4d0e4fd566044d66ada24.html
a15e468968cd4d0e4fd566044d66ada24
create a string (explicit)
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a2448b2777e8a3e48614e1b3c41b96f7c.html
a2448b2777e8a3e48614e1b3c41b96f7c
create a string (explicit)
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ae42d32c34c8014b1bf677fdb7baa5401.html
ae42d32c34c8014b1bf677fdb7baa5401
create a string (implicit)
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ae2980ed978451f844e6e9a0890b637a6.html
ae2980ed978451f844e6e9a0890b637a6
create a boolean (explicit)
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a190d719446e7016879c4b961c9cf9072.html
a190d719446e7016879c4b961c9cf9072
create an integer number (explicit)
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_acbf7f957ecb6ce19cdc5b40b5d6b6333.html
acbf7f957ecb6ce19cdc5b40b5d6b6333
create an integer number from an enum type (explicit)
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a0bb6ea56c89560cce8003485bffe49d4.html
a0bb6ea56c89560cce8003485bffe49d4
create an integer number (implicit)
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a80a89ddbe4cb7ef15b049febee208cc8.html
a80a89ddbe4cb7ef15b049febee208cc8
create a floating-point number (explicit)
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a034bccea9f5400650443e9f12e67b079.html
a034bccea9f5400650443e9f12e67b079
create an floating-point number (implicit)
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_af1e3f9e079136abca2530c8191c56292.html
af1e3f9e079136abca2530c8191c56292
create a container (array or object) from an initializer list
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_add77b50f69debb20e98d5a8c6c11c90c.html
add77b50f69debb20e98d5a8c6c11c90c
construct an array with count copies of given value
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a6a7f45095675ac6fd1d018a0e41874be.html
a6a7f45095675ac6fd1d018a0e41874be
construct a JSON container given an iterator range
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ac943391891fcde0a71a15ce990e0f7f4.html
ac943391891fcde0a71a15ce990e0f7f4
copy constructor
json.hpp
basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a33f1632cfdbf460b4913f4e8a43dd9e4.html
a33f1632cfdbf460b4913f4e8a43dd9e4
move constructor
json.hpp
~basic_json
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_aa6a24b176f9599a21d662cc5f8e1ca76.html
aa6a24b176f9599a21d662cc5f8e1ca76
destructor
json.hpp
operator=
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_af3abeeb0e9676de8bc2d6aa6f6c0d6c6.html
af3abeeb0e9676de8bc2d6aa6f6c0d6c6
copy assignment
json.hpp
dump
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ade7bd6e0fe221fec9d3fa9b430f5ce76.html
ade7bd6e0fe221fec9d3fa9b430f5ce76
serialization
json.hpp
type
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ad81f3cedf09ccd70b2f3239d148c8752.html
ad81f3cedf09ccd70b2f3239d148c8752
return the type of the JSON value (explicit)
json.hpp
is_primitive
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ab2fa1c4df15db5de07144b5c15c6f0f6.html
ab2fa1c4df15db5de07144b5c15c6f0f6
return whether type is primitive
json.hpp
is_structured
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a9d508dc7eb7023cd17b3c6958ea7c4ee.html
a9d508dc7eb7023cd17b3c6958ea7c4ee
return whether type is structured
json.hpp
is_null
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_abb086fd840bedb05e0aee67f70eba1a9.html
abb086fd840bedb05e0aee67f70eba1a9
return whether value is null
json.hpp
is_boolean
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a62136b62f0ec60c0f2b5a3ce9aaa19b4.html
a62136b62f0ec60c0f2b5a3ce9aaa19b4
return whether value is a boolean
json.hpp
is_number
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a058be74840ddfec9dad9755ac8dc8b99.html
a058be74840ddfec9dad9755ac8dc8b99
return whether value is a number
json.hpp
is_number_integer
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_aa5a06ef7009d3a8c72cc173f1f5da760.html
aa5a06ef7009d3a8c72cc173f1f5da760
return whether value is an integer number
json.hpp
is_number_float
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ab8682827348d8eb61507bbe8c7829ce8.html
ab8682827348d8eb61507bbe8c7829ce8
return whether value is a floating-point number
json.hpp
is_object
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a2bb1b109282149119a070be4ac76f820.html
a2bb1b109282149119a070be4ac76f820
return whether value is an object
json.hpp
is_array
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_af70222eb312ca0a44cd7d793b1516e2e.html
af70222eb312ca0a44cd7d793b1516e2e
return whether value is an array
json.hpp
is_string
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_abc2b49c2c44c61a15d4b272a85b41064.html
abc2b49c2c44c61a15d4b272a85b41064
return whether value is a string
json.hpp
is_discarded
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ad1fea64ed433a6f4e7408c8c7bbc4a37.html
ad1fea64ed433a6f4e7408c8c7bbc4a37
return whether value is discarded
json.hpp
operator value_t
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a31af4b416e9ccb373291a645da7f83d7.html
a31af4b416e9ccb373291a645da7f83d7
return the type of the JSON value (implicit)
json.hpp
get
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a5f0aad50ed7e8aec3128fe018c18b3fe.html
a5f0aad50ed7e8aec3128fe018c18b3fe
get a value (explicit)
json.hpp
get
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ae50f22a1c646b8627e88f1313cceffd4.html
ae50f22a1c646b8627e88f1313cceffd4
get a pointer value (explicit)
json.hpp
get
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ac66fedfefc284420b01124cd24cb06c2.html
ac66fedfefc284420b01124cd24cb06c2
get a pointer value (explicit)
json.hpp
get_ptr
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a656939a3dc9a6047e4afacd9e11b83a6.html
a656939a3dc9a6047e4afacd9e11b83a6
get a pointer value (implicit)
json.hpp
get_ptr
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ae19d3fe7f9ded97236715406e94ab979.html
ae19d3fe7f9ded97236715406e94ab979
get a pointer value (implicit)
json.hpp
operator ValueType
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_af709c079de0ac3507143ea2c60699bd0.html
af709c079de0ac3507143ea2c60699bd0
get a value (implicit)
json.hpp
at
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ada8e01109a60088e4db2a670d4903b54.html
ada8e01109a60088e4db2a670d4903b54
access specified array element with bounds checking
json.hpp
at
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_af6b6050ccd906dddf7c9f47fe3ad62a5.html
af6b6050ccd906dddf7c9f47fe3ad62a5
access specified array element with bounds checking
json.hpp
at
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a652414dd930cb3af3b6f454cc535a23e.html
a652414dd930cb3af3b6f454cc535a23e
access specified object element with bounds checking
json.hpp
at
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a16a275d0201e9aedc87c933c764b8869.html
a16a275d0201e9aedc87c933c764b8869
access specified object element with bounds checking
json.hpp
operator[]
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a57703688bee6b9736ab3a430d8d246f2.html
a57703688bee6b9736ab3a430d8d246f2
access specified array element
json.hpp
operator[]
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ae960d2d6bc7b94fe39cc5e9f106edfa9.html
ae960d2d6bc7b94fe39cc5e9f106edfa9
access specified array element
json.hpp
operator[]
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_af74581d177dafc38df5a126ccd358999.html
af74581d177dafc38df5a126ccd358999
access specified object element
json.hpp
operator[]
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a8e34088252a3ee6b2377f3a1f26dd1ba.html
a8e34088252a3ee6b2377f3a1f26dd1ba
access specified object element
json.hpp
operator[]
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a266c4dd24d11a86e4831523af5d9df4d.html
a266c4dd24d11a86e4831523af5d9df4d
access specified object element
json.hpp
operator[]
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a9daafb4c15ed5a008cb825bbd8c29d87.html
a9daafb4c15ed5a008cb825bbd8c29d87
access specified object element
json.hpp
front
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a83cbbfbf5d3ecbad6de8ece0be6b36c4.html
a83cbbfbf5d3ecbad6de8ece0be6b36c4
access the first element
json.hpp
front
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a8b526709d395142b68d21abfbfff17c3.html
a8b526709d395142b68d21abfbfff17c3
access the first element
json.hpp
back
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_aa1f3b3f1dca79392d6727b81f9668c6c.html
aa1f3b3f1dca79392d6727b81f9668c6c
access the last element
json.hpp
back
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ab9da2afc6f77295f25252725fde142a6.html
ab9da2afc6f77295f25252725fde142a6
access the last element
json.hpp
erase
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a75a1754e0d39f33095d3102a8bdb9881.html
a75a1754e0d39f33095d3102a8bdb9881
remove element given an iterator
json.hpp
erase
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ad497cbc4f80c8d79662ee6e19bf145dd.html
ad497cbc4f80c8d79662ee6e19bf145dd
remove elements given an iterator range
json.hpp
erase
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a7d1b990f2c12fecb57db1504fdadd0bb.html
a7d1b990f2c12fecb57db1504fdadd0bb
remove element from a JSON object given a key
json.hpp
erase
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a6dff6a02a2be250b8f8dc2f47be65544.html
a6dff6a02a2be250b8f8dc2f47be65544
remove element from a JSON array given an index
json.hpp
find
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a7dab69b10b98e7bc694339720e37fb2b.html
a7dab69b10b98e7bc694339720e37fb2b
find an element in a JSON object
json.hpp
find
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a7c19a5c3be6cc755377ee41eade78baf.html
a7c19a5c3be6cc755377ee41eade78baf
find an element in a JSON object
json.hpp
count
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a01a2643289b69cd71d9b3f3fc209b748.html
a01a2643289b69cd71d9b3f3fc209b748
returns the number of occurrences of a key in a JSON object
json.hpp
begin
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_acdf4445333649ec94198f09a62144884.html
acdf4445333649ec94198f09a62144884
returns an iterator to the first element
json.hpp
begin
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a4361aa791f3980abb239e4155a3450cb.html
a4361aa791f3980abb239e4155a3450cb
returns a const iterator to the first element
json.hpp
cbegin
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ad8e0c5d04f016d1b3ac7369e5c73bedf.html
ad8e0c5d04f016d1b3ac7369e5c73bedf
returns a const iterator to the first element
json.hpp
end
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ab2162bc76e10d8736cab9b2039956054.html
ab2162bc76e10d8736cab9b2039956054
returns an iterator to one past the last element
json.hpp
end
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_aa5413178b8041f7ac685dec4b040dd2c.html
aa5413178b8041f7ac685dec4b040dd2c
returns a const iterator to one past the last element
json.hpp
cend
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a72ba20783ecb3eec98bd6a3b870d565c.html
a72ba20783ecb3eec98bd6a3b870d565c
returns a const iterator to one past the last element
json.hpp
rbegin
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_af0ebd1757acb971a6504b4acabf88584.html
af0ebd1757acb971a6504b4acabf88584
returns an iterator to the reverse-beginning
json.hpp
rbegin
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a2adfc8d24bea3908398cbf325b5dc1d7.html
a2adfc8d24bea3908398cbf325b5dc1d7
returns a const reverse iterator to the last element
json.hpp
rend
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a7c08f966200af98db0313a3b517ce0a9.html
a7c08f966200af98db0313a3b517ce0a9
returns an iterator to the reverse-end
json.hpp
rend
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a4ad3f27ecece8f644e8dca69a97eb67f.html
a4ad3f27ecece8f644e8dca69a97eb67f
returns a const reverse iterator to one before the first
json.hpp
crbegin
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a4d688b5ff534d3ab4e284b3191061529.html
a4d688b5ff534d3ab4e284b3191061529
returns a const reverse iterator to the last element
json.hpp
crend
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a4943b7f16ddc4e0df33c0cae7ef14471.html
a4943b7f16ddc4e0df33c0cae7ef14471
returns a const reverse iterator to one before the first
json.hpp
empty
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a572cdf681c75b42c2bc38a1fbe993eca.html
a572cdf681c75b42c2bc38a1fbe993eca
checks whether the container is empty
json.hpp
size
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_af49c37bbda87f36170c67f960db3781a.html
af49c37bbda87f36170c67f960db3781a
returns the number of elements
json.hpp
max_size
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a0998ed4a76d1e5048fd043475eb7bfde.html
a0998ed4a76d1e5048fd043475eb7bfde
returns the maximum possible number of elements
json.hpp
clear
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a8c40cd9ead4de7c82f28268bdf0ec98a.html
a8c40cd9ead4de7c82f28268bdf0ec98a
clears the contents
json.hpp
push_back
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a429c2606865483ff357cccc1b1c46569.html
a429c2606865483ff357cccc1b1c46569
add an object to an array
json.hpp
operator+=
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a6a67c72ba65322bfcb28d170617dcdff.html
a6a67c72ba65322bfcb28d170617dcdff
add an object to an array
json.hpp
push_back
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a749e58042d8069f4f048ee4d23c43f63.html
a749e58042d8069f4f048ee4d23c43f63
add an object to an array
json.hpp
operator+=
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a0a7560122349628cf4942a316aa6d21f.html
a0a7560122349628cf4942a316aa6d21f
add an object to an array
json.hpp
push_back
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_aeda4ec7473c17fae51e6d1eba0faf720.html
aeda4ec7473c17fae51e6d1eba0faf720
add an object to an object
json.hpp
operator+=
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a0e372f4c5a90c6be7242a2d7a3709b48.html
a0e372f4c5a90c6be7242a2d7a3709b48
add an object to an object
json.hpp
insert
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ae5ae3b1c6c67f52e9495ac092f6fb43e.html
ae5ae3b1c6c67f52e9495ac092f6fb43e
inserts element
json.hpp
insert
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ab67345ba5c81c903eddd4eb2a24ac658.html
ab67345ba5c81c903eddd4eb2a24ac658
inserts element
json.hpp
insert
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a55edaf09e1f7785463475f809d987cee.html
a55edaf09e1f7785463475f809d987cee
inserts elements
json.hpp
insert
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a8fa74698f4061e18ec664009f3af1ddf.html
a8fa74698f4061e18ec664009f3af1ddf
inserts elements
json.hpp
insert
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_ab14e3503305622fb5ab01a7f490916e8.html
ab14e3503305622fb5ab01a7f490916e8
inserts elements
json.hpp
swap
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_afb19d4669daf3c4347763f043471b835.html
afb19d4669daf3c4347763f043471b835
exchanges the values
json.hpp
swap
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_aa71e977d31f470689883ac60d16ea4ac.html
aa71e977d31f470689883ac60d16ea4ac
exchanges the values
json.hpp
swap
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a4bf695ddf4a00ea8feea2c725ec847f1.html
a4bf695ddf4a00ea8feea2c725ec847f1
exchanges the values
json.hpp
swap
cpp
instm
nlohmann::basic_json
classnlohmann_1_1basic__json_a57a96ab3ff1ce7b48a754129fb12c982.html
a57a96ab3ff1ce7b48a754129fb12c982
exchanges the values
json.hpp
array
cpp
clm
nlohmann::basic_json
classnlohmann_1_1basic__json_afc4223b5ad03b1b76e925374a8fff98e.html
afc4223b5ad03b1b76e925374a8fff98e
explicitly create an array from an initializer list
json.hpp
get_allocator
cpp
clm
nlohmann::basic_json
classnlohmann_1_1basic__json_ad2c4513cef5d8db760c4b2d871eea42c.html
ad2c4513cef5d8db760c4b2d871eea42c
returns the allocator associated with the container
json.hpp
object
cpp
clm
nlohmann::basic_json
classnlohmann_1_1basic__json_ad1f617d29e8923dd40c89153f792b1bc.html
ad1f617d29e8923dd40c89153f792b1bc
explicitly create an object from an initializer list
json.hpp
operator<
cpp
ffunc
nlohmann::basic_json
classnlohmann_1_1basic__json_aac185a137428a7337aa620de07bfbbd7.html
aac185a137428a7337aa620de07bfbbd7
comparison operator for JSON types
json.hpp
operator==
cpp
ffunc
nlohmann::basic_json
classnlohmann_1_1basic__json_a122640e7e2db1814fc7bbb3c122ec76e.html
a122640e7e2db1814fc7bbb3c122ec76e
comparison: equal
json.hpp
operator==
cpp
ffunc
nlohmann::basic_json
classnlohmann_1_1basic__json_a9730b9f7bc2150e641fe20198d4477c7.html
a9730b9f7bc2150e641fe20198d4477c7
comparison: equal
json.hpp
operator==
cpp
ffunc
nlohmann::basic_json
classnlohmann_1_1basic__json_a98e05a2c9b8f74bd60442772cddeee52.html
a98e05a2c9b8f74bd60442772cddeee52
comparison: equal
json.hpp
operator!=
cpp
ffunc
nlohmann::basic_json
classnlohmann_1_1basic__json_a6e2e21da48f5d9471716cd868a068327.html
a6e2e21da48f5d9471716cd868a068327
comparison: not equal
json.hpp
operator!=
cpp
ffunc
nlohmann::basic_json
classnlohmann_1_1basic__json_ae347859ec88176ef76a0cbe5b4514fcf.html
ae347859ec88176ef76a0cbe5b4514fcf
comparison: not equal
json.hpp
operator!=
cpp
ffunc
nlohmann::basic_json
classnlohmann_1_1basic__json_a7f97a91ad8f1d5cf0b9213bd24f247c4.html
a7f97a91ad8f1d5cf0b9213bd24f247c4
comparison: not equal
json.hpp
operator<
cpp
ffunc
nlohmann::basic_json
classnlohmann_1_1basic__json_aacd442b66140c764c594ac8ad7dfd5b3.html
aacd442b66140c764c594ac8ad7dfd5b3
comparison: less than
json.hpp
operator<=
cpp
ffunc
nlohmann::basic_json
classnlohmann_1_1basic__json_a5c8bb5200f5eac10d31e26be46e5b1ac.html
a5c8bb5200f5eac10d31e26be46e5b1ac
comparison: less than or equal
json.hpp
operator>
cpp
ffunc
nlohmann::basic_json
classnlohmann_1_1basic__json_a87db51b6b936fb2ea293cdbc8702dcb8.html
a87db51b6b936fb2ea293cdbc8702dcb8
comparison: greater than
json.hpp
operator>=
cpp
ffunc
nlohmann::basic_json
classnlohmann_1_1basic__json_a74a943800c7f103d0990d7eef82c6453.html
a74a943800c7f103d0990d7eef82c6453
comparison: greater than or equal
json.hpp
operator<<
cpp
ffunc
nlohmann::basic_json
classnlohmann_1_1basic__json_a5e34c5435e557d0bf666bd7311211405.html
a5e34c5435e557d0bf666bd7311211405
serialize to stream
json.hpp
operator>>
cpp
ffunc
nlohmann::basic_json
classnlohmann_1_1basic__json_a34d6a60dd99e9f33b8273a1c8db5669b.html
a34d6a60dd99e9f33b8273a1c8db5669b
serialize to stream
json.hpp
parse
cpp
clm
nlohmann::basic_json
classnlohmann_1_1basic__json_af2730bc8ffa6b28916875c13ee7b83f5.html
af2730bc8ffa6b28916875c13ee7b83f5
deserialize from string
json.hpp
parse
cpp
clm
nlohmann::basic_json
classnlohmann_1_1basic__json_a74ccfa471a0c061876b247f820f3c741.html
a74ccfa471a0c061876b247f820f3c741
deserialize from stream
json.hpp
operator<<
cpp
ffunc
nlohmann::basic_json
classnlohmann_1_1basic__json_a60ca396028b8d9714c6e10efbf475af6.html
a60ca396028b8d9714c6e10efbf475af6
deserialize from stream
json.hpp
operator>>
cpp
ffunc
nlohmann::basic_json
classnlohmann_1_1basic__json_aaf363408931d76472ded14017e59c9e8.html
aaf363408931d76472ded14017e59c9e8
deserialize from stream
json.hpp
object_start
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_aea1c863b719b4ca5b77188c171bbfafe.html
aea1c863b719b4ca5b77188c171bbfafeae73f17027cb0acbb537f29d0a6944b26
the parser read { and started to process a JSON object
object_end
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_aea1c863b719b4ca5b77188c171bbfafe.html
aea1c863b719b4ca5b77188c171bbfafeaf63e2a2468a37aa4f394fcc3bcb8249c
the parser read } and finished processing a JSON object
array_start
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_aea1c863b719b4ca5b77188c171bbfafe.html
aea1c863b719b4ca5b77188c171bbfafeaa4388a3d92419edbb1c6efd4d52461f3
the parser read [ and started to process a JSON array
array_end
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_aea1c863b719b4ca5b77188c171bbfafe.html
aea1c863b719b4ca5b77188c171bbfafea49642fb732aa2e112188fba1f9d3ef7f
the parser read ] and finished processing a JSON array
key
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_aea1c863b719b4ca5b77188c171bbfafe.html
aea1c863b719b4ca5b77188c171bbfafea3c6e0b8a9c15224a8228b9a98ca1531d
the parser read a key of a value in an object
value
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_aea1c863b719b4ca5b77188c171bbfafe.html
aea1c863b719b4ca5b77188c171bbfafea2063c1608d6e0baf80249c42e2be5804
the parser finished reading a JSON value
null
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html
a231b02148577b69a154b2ce2c87a5522a37a6259cc0c1dae299a7866489dff0bd
null value
object
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html
a231b02148577b69a154b2ce2c87a5522aa8cfde6331bd59eb2ac96f8911c4b666
object (unordered set of name/value pairs)
array
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html
a231b02148577b69a154b2ce2c87a5522af1f713c9e000f5d3f280adbd124df4f5
array (ordered collection of values)
string
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html
a231b02148577b69a154b2ce2c87a5522ab45cffe084dd3d20d928bee85e7b0f21
string value
boolean
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html
a231b02148577b69a154b2ce2c87a5522a84e2c64f38f78ba3ea5c905ab5a2da27
boolean value
number_integer
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html
a231b02148577b69a154b2ce2c87a5522a5763da164f8659d94a56e29df64b4bcc
number value (integer)
number_float
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html
a231b02148577b69a154b2ce2c87a5522ad9966ecb59667235a57b4b999a649eef
number value (floating-point)
discarded
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html
a231b02148577b69a154b2ce2c87a5522a94708897ec9db8647dfe695714c98e46
(internal) indicates the parser callback chose not to keep the value
object_start
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_aea1c863b719b4ca5b77188c171bbfafe.html
aea1c863b719b4ca5b77188c171bbfafeae73f17027cb0acbb537f29d0a6944b26
the parser read { and started to process a JSON object
object_end
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_aea1c863b719b4ca5b77188c171bbfafe.html
aea1c863b719b4ca5b77188c171bbfafeaf63e2a2468a37aa4f394fcc3bcb8249c
the parser read } and finished processing a JSON object
array_start
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_aea1c863b719b4ca5b77188c171bbfafe.html
aea1c863b719b4ca5b77188c171bbfafeaa4388a3d92419edbb1c6efd4d52461f3
the parser read [ and started to process a JSON array
array_end
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_aea1c863b719b4ca5b77188c171bbfafe.html
aea1c863b719b4ca5b77188c171bbfafea49642fb732aa2e112188fba1f9d3ef7f
the parser read ] and finished processing a JSON array
key
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_aea1c863b719b4ca5b77188c171bbfafe.html
aea1c863b719b4ca5b77188c171bbfafea3c6e0b8a9c15224a8228b9a98ca1531d
the parser read a key of a value in an object
value
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_aea1c863b719b4ca5b77188c171bbfafe.html
aea1c863b719b4ca5b77188c171bbfafea2063c1608d6e0baf80249c42e2be5804
the parser finished reading a JSON value
null
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html
a231b02148577b69a154b2ce2c87a5522a37a6259cc0c1dae299a7866489dff0bd
null value
object
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html
a231b02148577b69a154b2ce2c87a5522aa8cfde6331bd59eb2ac96f8911c4b666
object (unordered set of name/value pairs)
array
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html
a231b02148577b69a154b2ce2c87a5522af1f713c9e000f5d3f280adbd124df4f5
array (ordered collection of values)
string
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html
a231b02148577b69a154b2ce2c87a5522ab45cffe084dd3d20d928bee85e7b0f21
string value
boolean
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html
a231b02148577b69a154b2ce2c87a5522a84e2c64f38f78ba3ea5c905ab5a2da27
boolean value
number_integer
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html
a231b02148577b69a154b2ce2c87a5522a5763da164f8659d94a56e29df64b4bcc
number value (integer)
number_float
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html
a231b02148577b69a154b2ce2c87a5522ad9966ecb59667235a57b4b999a649eef
number value (floating-point)
discarded
cpp
econst
nlohmann::basic_json
classnlohmann_1_1basic__json_a231b02148577b69a154b2ce2c87a5522.html
a231b02148577b69a154b2ce2c87a5522a94708897ec9db8647dfe695714c98e46
(internal) indicates the parser callback chose not to keep the value
nlohmann::basic_json::const_iterator
c
cl
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator.html
a const random access iterator for the basic_json class
json.hpp
difference_type
cpp
tdef
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_ac36b9187de43721a4bf1b052578bb80b.html
ac36b9187de43721a4bf1b052578bb80b
a type to represent differences between iterators
iterator_category
cpp
tdef
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_ae480d5c86e5e1129d53d1e19782017a6.html
ae480d5c86e5e1129d53d1e19782017a6
the category of the iterator
pointer
cpp
tdef
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a4f7ac43b0ab34c387b1ae1a8e9c08467.html
a4f7ac43b0ab34c387b1ae1a8e9c08467
defines a pointer to the type iterated over (value_type)
reference
cpp
tdef
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_adb50d6043ace464d9f694869724d7fb2.html
adb50d6043ace464d9f694869724d7fb2
defines a reference to the type iterated over (value_type)
value_type
cpp
tdef
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a67848d4b7bfa576434ad9807147b5870.html
a67848d4b7bfa576434ad9807147b5870
the type of the values when the iterator is dereferenced
const_iterator
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a86a1771e6658d0b14868df6c197d2353.html
a86a1771e6658d0b14868df6c197d2353
default constructor
json.hpp
const_iterator
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a83454954e4e16be3d5316f9322e91a34.html
a83454954e4e16be3d5316f9322e91a34
constructor for a given JSON instance
json.hpp
const_iterator
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a5aff013c03c1bdc248346c249bec7b67.html
a5aff013c03c1bdc248346c249bec7b67
copy constructor given a nonconst iterator
json.hpp
const_iterator
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_af55564e391b23e41abe78bc4bbe4edcb.html
af55564e391b23e41abe78bc4bbe4edcb
copy constructor
json.hpp
key
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a8d024cbc99db0d8106899f9fd9973735.html
a8d024cbc99db0d8106899f9fd9973735
return the key of an object iterator
json.hpp
operator!=
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_ab9d31bf0d0b4d7310c858a04ce84a52f.html
ab9d31bf0d0b4d7310c858a04ce84a52f
comparison: not equal
json.hpp
operator*
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a4632d8307fc315f21e2ecc9ba5aa6346.html
a4632d8307fc315f21e2ecc9ba5aa6346
return a reference to the value pointed to by the iterator
json.hpp
operator+
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_ac634a659837f5aebc97125e031de23b5.html
ac634a659837f5aebc97125e031de23b5
add to iterator
json.hpp
operator++
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_adf6f9d3f8f8d8b1ccedabb4f04c098ad.html
adf6f9d3f8f8d8b1ccedabb4f04c098ad
post-increment (it++)
json.hpp
operator++
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_abbacd95955c602efc9a58ed1ffdb46c4.html
abbacd95955c602efc9a58ed1ffdb46c4
pre-increment (++it)
json.hpp
operator+=
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_ab74b39747a9dad60650a57133fca85b3.html
ab74b39747a9dad60650a57133fca85b3
add to iterator
json.hpp
operator-
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a62cad59e006eb7fa594c2c5b65a76610.html
a62cad59e006eb7fa594c2c5b65a76610
subtract from iterator
json.hpp
operator-
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_adda9a4bd7f0edb9cb39dc0dca3d4a286.html
adda9a4bd7f0edb9cb39dc0dca3d4a286
return difference
json.hpp
operator--
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a019087161350d393f3e4ac841cdd3dbd.html
a019087161350d393f3e4ac841cdd3dbd
post-decrement (it–)
json.hpp
operator--
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_abb1921cbf0ad4036c83bc6303e22171f.html
abb1921cbf0ad4036c83bc6303e22171f
pre-decrement (–it)
json.hpp
operator-=
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_af34f68f1ce670e7f25ce267b2b1e64ab.html
af34f68f1ce670e7f25ce267b2b1e64ab
subtract from iterator
json.hpp
operator->
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a301749e9779adafd395369ac36df93df.html
a301749e9779adafd395369ac36df93df
dereference the iterator
json.hpp
operator<
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_acea5b75d1087e2a92833946d9dc547ff.html
acea5b75d1087e2a92833946d9dc547ff
comparison: smaller
json.hpp
operator<=
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_aebd099d9a70ffe760242ef24046c9002.html
aebd099d9a70ffe760242ef24046c9002
comparison: less than or equal
json.hpp
operator=
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a3555206044cce80680f3ea662760e561.html
a3555206044cce80680f3ea662760e561
copy assignment
json.hpp
operator==
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a36086a699b95e06976c11367b7d6ba53.html
a36086a699b95e06976c11367b7d6ba53
comparison: equal
json.hpp
operator>
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a17e5f5d3598e6901f3c1c1f7dc60589f.html
a17e5f5d3598e6901f3c1c1f7dc60589f
comparison: greater than
json.hpp
operator>=
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a6b3e43d2f45fa611825dbdf4e88fffe2.html
a6b3e43d2f45fa611825dbdf4e88fffe2
comparison: greater than or equal
json.hpp
operator[]
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a1cba94e5a67ee52bc66b898a4e08359d.html
a1cba94e5a67ee52bc66b898a4e08359d
access to successor
json.hpp
value
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_ab7dacd8e3ee9b3756bfcdb87dd55a515.html
ab7dacd8e3ee9b3756bfcdb87dd55a515
return the value of an iterator
json.hpp
basic_json
cpp
ffunc
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_ada3100cdb8700566051828f1355fa745.html
ada3100cdb8700566051828f1355fa745
nlohmann::basic_json::iterator
c
cl
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator.html
a random access iterator for the basic_json class
json.hpp
base_iterator
cpp
tdef
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_abaebf4e21956dd20d9f862fa5647d32d.html
abaebf4e21956dd20d9f862fa5647d32d
pointer
cpp
tdef
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_afe65b5a0572c7bfdd7ccc942bb8e9fe2.html
afe65b5a0572c7bfdd7ccc942bb8e9fe2
reference
cpp
tdef
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_aa2bd10afdcfc70acb8eaabbd2f6496f0.html
aa2bd10afdcfc70acb8eaabbd2f6496f0
difference_type
cpp
tdef
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_ac36b9187de43721a4bf1b052578bb80b.html
ac36b9187de43721a4bf1b052578bb80b
a type to represent differences between iterators
iterator_category
cpp
tdef
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_ae480d5c86e5e1129d53d1e19782017a6.html
ae480d5c86e5e1129d53d1e19782017a6
the category of the iterator
pointer
cpp
tdef
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a4f7ac43b0ab34c387b1ae1a8e9c08467.html
a4f7ac43b0ab34c387b1ae1a8e9c08467
defines a pointer to the type iterated over (value_type)
reference
cpp
tdef
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_adb50d6043ace464d9f694869724d7fb2.html
adb50d6043ace464d9f694869724d7fb2
defines a reference to the type iterated over (value_type)
value_type
cpp
tdef
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a67848d4b7bfa576434ad9807147b5870.html
a67848d4b7bfa576434ad9807147b5870
the type of the values when the iterator is dereferenced
iterator
cpp
instm
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_a4f6e03ae3bb674ebf0b727f74957c12f.html
a4f6e03ae3bb674ebf0b727f74957c12f
default constructor
json.hpp
iterator
cpp
instm
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_ab220a0cc3fe410fbae4524208bd5834f.html
ab220a0cc3fe410fbae4524208bd5834f
constructor for a given JSON instance
json.hpp
iterator
cpp
instm
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_a94285e2ade0bfef829b81377bbbca6cf.html
a94285e2ade0bfef829b81377bbbca6cf
copy constructor
json.hpp
operator*
cpp
instm
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_a33277dbf06ac5c1e7102e26f6b5e2c00.html
a33277dbf06ac5c1e7102e26f6b5e2c00
return a reference to the value pointed to by the iterator
json.hpp
operator+
cpp
instm
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_ab5cf753cb2f8ce53b9f3e54c39e50ee3.html
ab5cf753cb2f8ce53b9f3e54c39e50ee3
add to iterator
json.hpp
operator++
cpp
instm
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_a9fcfda575b08d0c73b6274cdbbe7f184.html
a9fcfda575b08d0c73b6274cdbbe7f184
post-increment (it++)
json.hpp
operator++
cpp
instm
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_a037e5f3de196ff4cea8a95a8a4e35882.html
a037e5f3de196ff4cea8a95a8a4e35882
pre-increment (++it)
json.hpp
operator+=
cpp
instm
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_a7031e759ee52d1283aada0ff81108a5e.html
a7031e759ee52d1283aada0ff81108a5e
add to iterator
json.hpp
operator-
cpp
instm
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_a0c0acb68cc2a50a0e8782f860184883f.html
a0c0acb68cc2a50a0e8782f860184883f
subtract from iterator
json.hpp
operator-
cpp
instm
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_a302d810a0685f8d39368eaa65c833acf.html
a302d810a0685f8d39368eaa65c833acf
json.hpp
operator--
cpp
instm
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_a4ae612fa9eb59784047b40f0419db65d.html
a4ae612fa9eb59784047b40f0419db65d
post-decrement (it–)
json.hpp
operator--
cpp
instm
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_a21d32a4547ba4cbadd8b435a6a0d0e1b.html
a21d32a4547ba4cbadd8b435a6a0d0e1b
pre-decrement (–it)
json.hpp
operator-=
cpp
instm
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_a0a43bd93e6e46645ed0b93d3af7bfe22.html
a0a43bd93e6e46645ed0b93d3af7bfe22
subtract from iterator
json.hpp
operator->
cpp
instm
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_a1220b360a07b0605f7d2f4b3cfd16736.html
a1220b360a07b0605f7d2f4b3cfd16736
dereference the iterator
json.hpp
operator=
cpp
instm
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_a799627115ae852c4bb9ca2042ce0aa94.html
a799627115ae852c4bb9ca2042ce0aa94
copy assignment
json.hpp
operator[]
cpp
instm
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_a0eb7ac9b746fb6f931ae728f70f92a8e.html
a0eb7ac9b746fb6f931ae728f70f92a8e
access to successor
json.hpp
value
cpp
instm
nlohmann::basic_json::iterator
classnlohmann_1_1basic__json_1_1iterator_af64127418c567660d92b1afdfe9676db.html
af64127418c567660d92b1afdfe9676db
return the value of an iterator
json.hpp
const_iterator
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a86a1771e6658d0b14868df6c197d2353.html
a86a1771e6658d0b14868df6c197d2353
default constructor
json.hpp
const_iterator
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a83454954e4e16be3d5316f9322e91a34.html
a83454954e4e16be3d5316f9322e91a34
constructor for a given JSON instance
json.hpp
const_iterator
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a5aff013c03c1bdc248346c249bec7b67.html
a5aff013c03c1bdc248346c249bec7b67
copy constructor given a nonconst iterator
json.hpp
const_iterator
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_af55564e391b23e41abe78bc4bbe4edcb.html
af55564e391b23e41abe78bc4bbe4edcb
copy constructor
json.hpp
key
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a8d024cbc99db0d8106899f9fd9973735.html
a8d024cbc99db0d8106899f9fd9973735
return the key of an object iterator
json.hpp
operator!=
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_ab9d31bf0d0b4d7310c858a04ce84a52f.html
ab9d31bf0d0b4d7310c858a04ce84a52f
comparison: not equal
json.hpp
operator*
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a4632d8307fc315f21e2ecc9ba5aa6346.html
a4632d8307fc315f21e2ecc9ba5aa6346
return a reference to the value pointed to by the iterator
json.hpp
operator+
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_ac634a659837f5aebc97125e031de23b5.html
ac634a659837f5aebc97125e031de23b5
add to iterator
json.hpp
operator++
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_adf6f9d3f8f8d8b1ccedabb4f04c098ad.html
adf6f9d3f8f8d8b1ccedabb4f04c098ad
post-increment (it++)
json.hpp
operator++
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_abbacd95955c602efc9a58ed1ffdb46c4.html
abbacd95955c602efc9a58ed1ffdb46c4
pre-increment (++it)
json.hpp
operator+=
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_ab74b39747a9dad60650a57133fca85b3.html
ab74b39747a9dad60650a57133fca85b3
add to iterator
json.hpp
operator-
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a62cad59e006eb7fa594c2c5b65a76610.html
a62cad59e006eb7fa594c2c5b65a76610
subtract from iterator
json.hpp
operator-
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_adda9a4bd7f0edb9cb39dc0dca3d4a286.html
adda9a4bd7f0edb9cb39dc0dca3d4a286
return difference
json.hpp
operator--
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a019087161350d393f3e4ac841cdd3dbd.html
a019087161350d393f3e4ac841cdd3dbd
post-decrement (it–)
json.hpp
operator--
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_abb1921cbf0ad4036c83bc6303e22171f.html
abb1921cbf0ad4036c83bc6303e22171f
pre-decrement (–it)
json.hpp
operator-=
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_af34f68f1ce670e7f25ce267b2b1e64ab.html
af34f68f1ce670e7f25ce267b2b1e64ab
subtract from iterator
json.hpp
operator->
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a301749e9779adafd395369ac36df93df.html
a301749e9779adafd395369ac36df93df
dereference the iterator
json.hpp
operator<
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_acea5b75d1087e2a92833946d9dc547ff.html
acea5b75d1087e2a92833946d9dc547ff
comparison: smaller
json.hpp
operator<=
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_aebd099d9a70ffe760242ef24046c9002.html
aebd099d9a70ffe760242ef24046c9002
comparison: less than or equal
json.hpp
operator=
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a3555206044cce80680f3ea662760e561.html
a3555206044cce80680f3ea662760e561
copy assignment
json.hpp
operator==
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a36086a699b95e06976c11367b7d6ba53.html
a36086a699b95e06976c11367b7d6ba53
comparison: equal
json.hpp
operator>
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a17e5f5d3598e6901f3c1c1f7dc60589f.html
a17e5f5d3598e6901f3c1c1f7dc60589f
comparison: greater than
json.hpp
operator>=
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a6b3e43d2f45fa611825dbdf4e88fffe2.html
a6b3e43d2f45fa611825dbdf4e88fffe2
comparison: greater than or equal
json.hpp
operator[]
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_a1cba94e5a67ee52bc66b898a4e08359d.html
a1cba94e5a67ee52bc66b898a4e08359d
access to successor
json.hpp
value
cpp
instm
nlohmann::basic_json::const_iterator
classnlohmann_1_1basic__json_1_1const__iterator_ab7dacd8e3ee9b3756bfcdb87dd55a515.html
ab7dacd8e3ee9b3756bfcdb87dd55a515
return the value of an iterator
json.hpp
nlohmann::basic_json::json_reverse_iterator
c
tmplt
nlohmann::basic_json::json_reverse_iterator
classnlohmann_1_1basic__json_1_1json__reverse__iterator.html
a template for a reverse iterator class
json.hpp
base_iterator
cpp
tdef
nlohmann::basic_json::json_reverse_iterator
classnlohmann_1_1basic__json_1_1json__reverse__iterator_ab6245ab29d8481ef2a2351c02cc31d4d.html
ab6245ab29d8481ef2a2351c02cc31d4d
shortcut to the reverse iterator adaptor
reference
cpp
tdef
nlohmann::basic_json::json_reverse_iterator
classnlohmann_1_1basic__json_1_1json__reverse__iterator_a5ee9ec91a6ddcd8d72278d681361626f.html
a5ee9ec91a6ddcd8d72278d681361626f
json_reverse_iterator
cpp
instm
nlohmann::basic_json::json_reverse_iterator
classnlohmann_1_1basic__json_1_1json__reverse__iterator_a0b494ef7570d031216f907d2c85ec323.html
a0b494ef7570d031216f907d2c85ec323
create reverse iterator from iterator
json.hpp
json_reverse_iterator
cpp
instm
nlohmann::basic_json::json_reverse_iterator
classnlohmann_1_1basic__json_1_1json__reverse__iterator_a70086e392779ecbbc9e6845b2be126a0.html
a70086e392779ecbbc9e6845b2be126a0
create reverse iterator from base class
json.hpp
key
cpp
instm
nlohmann::basic_json::json_reverse_iterator
classnlohmann_1_1basic__json_1_1json__reverse__iterator_af972fce017b24906236ab235857a11a8.html
af972fce017b24906236ab235857a11a8
return the key of an object iterator
json.hpp
operator+
cpp
instm
nlohmann::basic_json::json_reverse_iterator
classnlohmann_1_1basic__json_1_1json__reverse__iterator_a1c84e6d1f047ab4105fa665f455158a7.html
a1c84e6d1f047ab4105fa665f455158a7
add to iterator
json.hpp
operator++
cpp
instm
nlohmann::basic_json::json_reverse_iterator
classnlohmann_1_1basic__json_1_1json__reverse__iterator_aa82b48aee07baee284f8340b37ec6864.html
aa82b48aee07baee284f8340b37ec6864
post-increment (it++)
json.hpp
operator++
cpp
instm
nlohmann::basic_json::json_reverse_iterator
classnlohmann_1_1basic__json_1_1json__reverse__iterator_a15e9cf4c5a43238e82ab69c4a295c491.html
a15e9cf4c5a43238e82ab69c4a295c491
pre-increment (++it)
json.hpp
operator+=
cpp
instm
nlohmann::basic_json::json_reverse_iterator
classnlohmann_1_1basic__json_1_1json__reverse__iterator_a2a1dc92fbec862883c8b89755c787c99.html
a2a1dc92fbec862883c8b89755c787c99
add to iterator
json.hpp
operator-
cpp
instm
nlohmann::basic_json::json_reverse_iterator
classnlohmann_1_1basic__json_1_1json__reverse__iterator_a03e542423284327d3801cf078f1c2b44.html
a03e542423284327d3801cf078f1c2b44
subtract from iterator
json.hpp
operator-
cpp
instm
nlohmann::basic_json::json_reverse_iterator
classnlohmann_1_1basic__json_1_1json__reverse__iterator_ac427d8f61858c13b7c16649bfbf75e76.html
ac427d8f61858c13b7c16649bfbf75e76
return difference
json.hpp
operator--
cpp
instm
nlohmann::basic_json::json_reverse_iterator
classnlohmann_1_1basic__json_1_1json__reverse__iterator_a6bd38ed124df0332ba3263a9176b0101.html
a6bd38ed124df0332ba3263a9176b0101
post-decrement (it–)
json.hpp
operator--
cpp
instm
nlohmann::basic_json::json_reverse_iterator
classnlohmann_1_1basic__json_1_1json__reverse__iterator_ad3d6837b6f97065625c6c65f62f4b6d4.html
ad3d6837b6f97065625c6c65f62f4b6d4
pre-decrement (–it)
json.hpp
operator[]
cpp
instm
nlohmann::basic_json::json_reverse_iterator
classnlohmann_1_1basic__json_1_1json__reverse__iterator_ae988bd36b7d098b1157871f83b2d6265.html
ae988bd36b7d098b1157871f83b2d6265
access to successor
json.hpp
value
cpp
instm
nlohmann::basic_json::json_reverse_iterator
classnlohmann_1_1basic__json_1_1json__reverse__iterator_a61d31531e0dfc5448e7fa15678b05bbe.html
a61d31531e0dfc5448e7fa15678b05bbe
return the value of an iterator
json.hpp
nlohmann::anonymous_namespace{json.hpp}
c
ns
nlohmann::anonymous_namespace{json.hpp}
namespacenlohmann_1_1anonymous__namespace_02json_8hpp_03.html
unnamed namespace with internal helper functions
approx
cpp
func
nlohmann::anonymous_namespace{json.hpp}
namespacenlohmann_1_1anonymous__namespace_02json_8hpp_03_a174856a407e2478a8d172232c13597dd.html
a174856a407e2478a8d172232c13597dd
"equality" comparison for floating point numbers
json.hpp
nlohmann::anonymous_namespace{json.hpp}::has_mapped_type
c
tmplt
nlohmann::anonymous_namespace{json.hpp}::has_mapped_type
structnlohmann_1_1anonymous__namespace_02json_8hpp_03_1_1has__mapped__type.html
Helper to determine whether there's a key_type for T.
json.hpp
value
cpp
econst
nlohmann::anonymous_namespace{json.hpp}::has_mapped_type
structnlohmann_1_1anonymous__namespace_02json_8hpp_03_1_1has__mapped__type_af1817f143485abec957f317fff256756.html
af1817f143485abec957f317fff256756ac200aa9e414ceaf8dd26882ae1714752
value
cpp
econst
nlohmann::anonymous_namespace{json.hpp}::has_mapped_type
structnlohmann_1_1anonymous__namespace_02json_8hpp_03_1_1has__mapped__type_af1817f143485abec957f317fff256756.html
af1817f143485abec957f317fff256756ac200aa9e414ceaf8dd26882ae1714752
std::hash< nlohmann::json >
c
tmplt
std::hash< nlohmann::json >
structstd_1_1hash_3_01nlohmann_1_1json_01_4.html
hash value for JSON objects
json.hpp
operator()
cpp
func
std::hash< nlohmann::json >
structstd_1_1hash_3_01nlohmann_1_1json_01_4_afd03f6ad53db22868ca4163a8200b2f9.html
afd03f6ad53db22868ca4163a8200b2f9
return a hash value for a JSON object
json.hpp