Return a bdljsn::Json object having the value of the JSON described in the specified text of the specified numBytes. If text is not a valid JSON document then invoke the currently installed bsls::Assert failure handler.

Synopsis

Declared in <bdljsn_jsonliterals.h>

bdljsn::Json
operator""_json(
    char const* text,
    std::size_t numBytes);

Created with MrDocs