CMD + K

rapidjson

Community

A fast JSON parser/generator for C++ with both SAX/DOM style API

Installation

To install this package, run one of the following:

Conda
$conda install free::rapidjson

Usage Tracking

1.1.0
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

RapidJSON is a self-contained and header only parser/generator for C++, which supports both SAX and DOM style API, with no external dependencies such as BOOST. It uses a fast memory allocator, and the parser allocates memory compactly during parsing. It supports UTF-8, UTF-16, UTF-32 (LE & BE), and their detection, validation and transcoding internally. It should be fully in compliance with RFC7159/ECMA-404, with optional support of relaxed syntax.

About

Summary

A fast JSON parser/generator for C++ with both SAX/DOM style API

Last Updated

Dec 10, 2019 at 23:44

License

MIT

Total Downloads

77

Version Downloads

77

Supported Platforms

linux-64
win-32
macOS-64
linux-32
win-64