Azure SDK for Embedded C
az_json_writer Struct Reference

Provides forward-only, non-cached writing of UTF-8 encoded JSON text into the provided buffer. More...

#include <az_json.h>

Detailed Description

Provides forward-only, non-cached writing of UTF-8 encoded JSON text into the provided buffer.

Remarks
az_json_writer builds the text sequentially with no caching and by default adheres to the JSON RFC: https://tools.ietf.org/html/rfc8259.

The documentation for this struct was generated from the following file: