Up to Documentation.
Purpose | File |
---|---|
Include | json.h |
Interface | json.i.h |
Tests / Examples | test/json.cpp |
These classes enable sequential parsing and generation of JSON payloads:
json_istream
json_ostream
It is possible to skip over the entire value. That value could be anything - primitive, array, or object.