Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 463 Bytes

json.md

File metadata and controls

16 lines (12 loc) · 463 Bytes

json

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.