qb
2.0.0.0
C++17 Actor Framework
|
JSON protocol implementations for the QB IO system. More...
Go to the source code of this file.
Classes | |
class | qb::protocol::json< IO_ > |
Protocol for parsing null-terminated JSON messages. More... | |
Structure representing a JSON message. More... | |
class | qb::protocol::json_packed< IO_ > |
Protocol for parsing null-terminated, MessagePack encoded JSON messages. More... | |
Structure representing a MessagePack encoded JSON message. More... |
JSON protocol implementations for the QB IO system.
This file contains protocol implementations for parsing and handling JSON messages. It leverages the nlohmann/json library for JSON manipulation and provides protocols for handling null-terminated JSON strings and MessagePack encoded JSON.
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.