////
Copyright (c) 2019 Vinnie Falco (vinnie.falco@gmail.com)
Copyright (c) 2025 Dmitry Arkhipov (grisumbras@yandex.ru)

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/boostorg/json
////

[pagelevels=1]
= 示例

== 美化

[source]
----
include::../../example/pretty.cpp[tag=example_pretty,indent=0]
----

[#examples_validate]
== 验证

[source]
----
include::../../example/validate.cpp[tag=example_validate,indent=0]
----

== 感知分配器的转换

[source]
----
include::../../example/use_allocator.cpp[tag=example_use_allocator,indent=0]
----

== CBOR

[source]
----
include::../../example/cbor.cpp[tag=example_cbor,indent=0]
----
