JsonSerializer.h#

Fully qualified name: omni/structuredlog/JsonSerializer.h

In directory: omni/structuredlog

Source file: JsonSerializer.h

Module for manually serializing JSON data with low performance overhead.

Classes#

omni::structuredlog::JsonConsumer

An interface for consuming the output JSON from the JsonSerializer .

omni::structuredlog::JsonLengthCounter

An implementation of JsonConsumer that just counts the length of the output string.

omni::structuredlog::JsonPrinter

An implementation of JsonConsumer that just prints to a fixed string.

omni::structuredlog::JsonSerializer

A utility that allows you to easily encode JSON data.

Namespaces#

omni

Main namespace for Omniverse.

omni::structuredlog

Structured logging and Telemetry.