About Anaconda Help Download Anaconda

a header-file-only, JSON parser serializer in C++

copied from cf-staging / picojson

Installers

  • linux-64 v1.3.0
  • osx-64 v1.3.0
  • win-64 v1.3.0
  • osx-arm64 v1.3.0
  • linux-ppc64le v1.3.0
  • linux-aarch64 v1.3.0

conda install

To install this package run one of the following:
conda install conda-forge::picojson

Description

PicoJSON is a tiny JSON parser / serializer for C++ with following properties:

  • header-file only
  • no external dependencies (only uses standard C++ libraries)
  • STL-frendly (arrays are represented by using std::vector, objects are std::map)
  • provides both pull interface and streaming (event-based) interface

© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy