userver: userver/formats/json/object.hpp File Reference
Loading...
Searching...
No Matches
object.hpp File Reference

Detailed Description

Non-mutable JSON object representation.

Definition in file object.hpp.

Go to the source code of this file.

This graph shows which files directly or indirectly include this file:

Classes

class  formats::json::Object
 Non-mutable JSON object representation. More...

Namespaces

namespace  formats
 Value formats representation, parsing and serialization.
namespace  formats::json
 JSON support.

Functions

bool formats::json::operator== (const Object &lhs, const Object &rhs)
 Compares values.
bool formats::json::operator== (const Object &lhs, const Value &rhs)
bool formats::json::operator== (const Value &lhs, const Object &rhs)
bool formats::json::operator!= (const Object &lhs, const Object &rhs)
bool formats::json::operator!= (const Object &lhs, const Value &rhs)
bool formats::json::operator!= (const Value &lhs, const Object &rhs)
Object formats::json::Parse (const Value &value, parse::To< Object >)
Value formats::json::Serialize (const Object &object, formats::serialize::To< Value >)
Value formats::json::Serialize (Object &&object, formats::serialize::To< Value >)