|
template<typename RefStringTypeLhs , typename RefStringTypeRhs > |
bool | operator== (json_pointer< RefStringTypeLhs > const &lhs, json_pointer< RefStringTypeRhs > const &rhs) noexcept |
|
template<typename RefStringTypeLhs , typename RefStringTypeRhs > |
bool | operator!= (json_pointer< RefStringTypeLhs > const &lhs, json_pointer< RefStringTypeRhs > const &rhs) noexcept |
|
template<template< typename, typename, typename... > class ObjectType, template< typename, typename... > class ArrayType, class StringType , class BooleanType , class NumberIntegerType , class NumberUnsignedType , class NumberFloatType , template< typename > class AllocatorType, template< typename, typename=void > class JSONSerializer, class BinaryType > |
std::string | to_string (const basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType > &j) |
| user-defined to_string function for JSON values More...
|
|
nlohmann::json | operator""_json (const char *s, std::size_t n) |
| user-defined string literal for JSON values More...
|
|
nlohmann::json::json_pointer | operator""_json_pointer (const char *s, std::size_t n) |
| user-defined string literal for JSON pointer More...
|
|
namespace for Niels Lohmann
- See also
- https://github.com/nlohmann
- Since
- version 1.0.0