WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
json_fwd.hpp File Reference
#include <cstdint>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include <wpi/util/detail/abi_macros.hpp>

Go to the source code of this file.

Typedefs

using json = basic_json<>
 default specialization
using ordered_json = basic_json<wpi::util::ordered_map>
 specialization that maintains the insertion order of object keys

Typedef Documentation

◆ json

using json = basic_json<>

default specialization

See also
https://json.nlohmann.me/api/json/

◆ ordered_json

using ordered_json = basic_json<wpi::util::ordered_map>

specialization that maintains the insertion order of object keys

See also
https://json.nlohmann.me/api/ordered_json/