This struct provides a namespace for utility functions that provide read and write operations to/from Json objects.
Declared in <bdljsn_jsonutil.h>
struct JsonUtil;
| Name | Description |
|---|---|
LineAndColumnNumber | Pair of (line, column) positions within JSON text. |
| 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. |