WPILibC++ 2024.1.1-beta-4
json_fwd.h File Reference
#include <cstdint>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include <wpi/detail/abi_macros.h>

Go to the source code of this file.

Typedefs

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

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::ordered_map>

specialization that maintains the insertion order of object keys

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