ark::serialization::JsonWriteOptions

Defined in header “ark/serialization/json_writer.hh”.


Options controlling how a document is written out.

Variables

  • bool bytes_as_base64= false
    Writes byte_buffer fields as base64 strings rather than arrays of per-byte integers, about a quarter the size. Only readers built after this option existed accept base64.