27 lines
830 B
Plaintext
27 lines
830 B
Plaintext
[/
|
|
Copyright (c) 2019 Vinnie Falco (vinnie.falco@gmail.com)
|
|
Copyright (c) 2020 Krystian Stasiowski (sdkrystian@gmail.com)
|
|
Copyright (c) 2021 Dmitry Arkhipov (grisumbras@gmail.com)
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
Official repository: https://github.com/cppalliance/json
|
|
]
|
|
|
|
[/-----------------------------------------------------------------------------]
|
|
|
|
[section:conversion Value Conversion]
|
|
|
|
While the __value__ container makes it easy to create ad-hoc structures,
|
|
often it is necessary to convert between JSON and user-defined types or types
|
|
from the standard library.
|
|
|
|
[include basics.qbk]
|
|
[include custom.qbk]
|
|
[include nothrow.qbk]
|
|
[include alloc.qbk]
|
|
[include forward.qbk]
|
|
|
|
[endsect]
|