|  | WPILibC++ 2025.3.2
    | 
#include <array>#include <cstddef>#include <cstdint>#include <string>#include <wpi/detail/macro_scope.h>Go to the source code of this file.
| Namespaces | |
| namespace | detail | 
| detail namespace with internal helper functions | |
| Enumerations | |
| enum class | detail::value_t : std::uint8_t { detail::null , detail::object , detail::array , detail::string , detail::boolean , detail::number_integer , detail::number_unsigned , detail::number_float , detail::binary , detail::discarded } | 
| the JSON type enumeration  More... | |
| Functions | |
| bool | detail::operator< (const value_t lhs, const value_t rhs) noexcept | 
| comparison operator for JSON types | |