WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
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
 
using ordered_json = basic_json<wpi::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::ordered_map>

specialization that maintains the insertion order of object keys

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