Lines Matching defs:json
136 // See cbor::NewCBOREncoder, cbor::ParseCBOR, json::NewJSONEncoder,
137 // json::ParseJSON.
443 namespace json {
458 // json::NewJSONEncoder - for encoding streaming parser events as JSON
476 // json::ParseJSON - for receiving streaming parser events for JSON
487 // json::ConvertCBORToJSON, json::ConvertJSONToCBOR - for transcoding
491 std::string* json);
494 std::vector<uint8_t>* json);
496 span<uint8_t> json,
499 span<uint16_t> json,
502 span<uint8_t> json,
505 span<uint16_t> json,
507 } // namespace json