Skip to content

rapidjson.org

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

Package Information

  • Domain: rapidjson.org
  • Name: rapidjson.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +rapidjson.org -- $SHELL -i

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 1 versions
  • 1.1.0

Latest Version: 1.1.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +rapidjson.org@1.1.0 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.rapidjsonorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.