This struct provides a namespace for utility functions that provide read and write operations to/from Json objects.

Synopsis

Declared in <bdljsn_jsonutil.h>

struct JsonUtil;

Type Aliases

Name

Description

LineAndColumnNumber

Pair of (line, column) positions within JSON text.

Static Member Functions

Name

Description

printError

Print a description of error to stream.

read

Load a value‐semantic representation of JSON text into result.

write

Write a JSON text representation of json to output.

Created with MrDocs